#B67143

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

Shades of Bourbon #B67143

Tints of Bourbon #B67143

Color information

#B67143 (or 0xB67143) is unknown color: approx Bourbon. HEX triplet: B6, 71 and 43. RGB value is (182,113,67). Sum of RGB (Red+Green+Blue) = 182+113+67=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B67143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67143 is #498EBC. Grayscale: #808080. Windows color (decimal): -4820669 or 4420022. OLE color: 4420022.

HSL color Cylindrical-coordinate representation of color #B67143: hue angle of 24º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B67143 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18211367-
CMYK00.380.630.29
HSL24º46.18%48.82%-
HSV(B)24º63.19%71.37%-
XYZ26.2122.168.21-
YUV128.3993.36166.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 67 (26.56% from 255) = 18.51%
R=50.28%
G=31.22%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821136700.380.630.292446.1848.82
HexB671430263F1D182e31
Octal2661611030467735305661
Binary101101101110001100001101001101111111110111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67143; }

 p { color: rgb(182,113,67); }

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

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

 a { background-color: rgb(182,113,67); }

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

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

 span { border-color: rgb(182,113,67); }

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