#B67341

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

Shades of Bourbon #B67341

Tints of Bourbon #B67341

Color information

#B67341 (or 0xB67341) is unknown color: approx Bourbon. HEX triplet: B6, 73 and 41. RGB value is (182,115,65). Sum of RGB (Red+Green+Blue) = 182+115+65=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B67341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67341 is #498CBE. Grayscale: #818181. Windows color (decimal): -4820159 or 4289462. OLE color: 4289462.

HSL color Cylindrical-coordinate representation of color #B67341: hue angle of 25.64º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B67341 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18211565-
CMYK00.370.640.29
HSL25.64º47.37%48.43%-
HSV(B)25.64º64.29%71.37%-
XYZ26.3822.597.97-
YUV129.3391.7165.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=50.28%
G=31.77%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821156500.370.640.2925.6447.3748.43
HexB67341025401D1a2f30
Octal26616310104510035325760
Binary1011011011100111000001010010110000001110111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67341; }

 p { color: rgb(182,115,65); }

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

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

 a { background-color: rgb(182,115,65); }

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

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

 span { border-color: rgb(182,115,65); }

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