Html Css Color HEX #B67046 Bourbon

📋 copy color: '#B67046'

red 182 ◦ green 112 ◦ blue 70

#B67046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #B67046

Tints of Bourbon #B67046

RGB

 RED value IS 182 (71.48% from 255) = 50%

 GREEN value IS 112 (44.14% from 255) = 30.77%

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 50%
G = 30.77%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B67046 (or 0xB67046) is known color: Bourbon. HEX triplet: B6, 70 and 46. RGB value is (182,112,70). Sum of RGB (Red+Green+Blue) = 182+112+70=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B67046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67046 is #498FB9. Grayscale: #808080. Windows color (decimal): -4820922 or 4616374. OLE color: 4616374.

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

Color convert

RGB 182 112 70 -
CMYK 0 0.38 0.62 0.29
HSL 22.5º 0.44% 0.49% -
HSV(B) 22.5º 0.62% 0.71% -
XYZ 26.19 21.98 8.66 -
YUV 128.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 182 112 70 0 0.38 0.62 0.29 22.5 0.44 0.49
Hex B6 70 46 0 26 3E 1D 16 2C 31
Octal 266 160 106 0 46 76 35 26 54 61
Binary 10110110 1110000 1000110 0 100110 111110 11101 10110 101100 110001

Color Harmonies of #B67046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67046

Black with #B67046

Text Example


Text Example

White with #B67046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67046; }

 p { color: rgb(182,112,70); }

 H1.HeaderClassName
 {
   color: #B67046;
 }
 .AnyTagClassName
 {
   color: #B67046;
 }
</style>

background-color css

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

 a { background-color: rgb(182,112,70); }

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

border-color css

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

 span { border-color: rgb(182,112,70); }

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