#B0643A

Color #B0643A Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #B0643A

Tints of Bourbon #B0643A

Color information

#B0643A (or 0xB0643A) is unknown color: approx Bourbon. HEX triplet: B0, 64 and 3A. RGB value is (176,100,58). Sum of RGB (Red+Green+Blue) = 176+100+58=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0643A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0643A is #4F9BC5. Grayscale: #767676. Windows color (decimal): -5217222 or 3826864. OLE color: 3826864.

HSL color Cylindrical-coordinate representation of color #B0643A: hue angle of 21.36º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0643A is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17610058-
CMYK00.430.670.31
HSL21.36º50.43%45.88%-
HSV(B)21.36º67.05%69.02%-
XYZ23.2318.656.38-
YUV117.9494.18169.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 58 (23.05% from 255) = 17.37%
R=52.69%
G=29.94%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761005800.430.670.3121.3650.4345.88
HexB0643A02B431F15322e
Octal2601447205310337256256
Binary101100001100100111010010101110000111111110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0643A; }

 p { color: rgb(176,100,58); }

 H1.HeaderClassName
 {
   color: #B0643A;
 }
 .AnyTagClassName
 {
   color: #B0643A;
 }
</style>
background-color css

<style>
 a { background-color: #B0643A; }

 a { background-color: rgb(176,100,58); }

 div.DivClassName
 {
   background-color: #B0643A;
 }
 .BgClassName
 {
   background-color: #B0643A;
 }
</style>
border-color css

<style>
 span { border-color: #B0643A; }

 span { border-color: rgb(176,100,58); }

 td.TdClassName
 {
   border-color: #B0643A;
 }
 .TagClassName
 {
   border-color: #B0643A;
 }
</style>