Html Css Color HEX #B06F42 Bourbon

📋 copy color: '#B06F42'

red 176 ◦ green 111 ◦ blue 66

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

Shades of Bourbon #B06F42

Tints of Bourbon #B06F42

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

 GREEN value IS 111 (43.75% from 255) = 31.44%

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 49.86%
G = 31.44%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B06F42 (or 0xB06F42) is known color: Bourbon. HEX triplet: B0, 6F and 42. RGB value is (176,111,66). Sum of RGB (Red+Green+Blue) = 176+111+66=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F42 is #4F90BD. Grayscale: #7D7D7D. Windows color (decimal): -5214398 or 4353968. OLE color: 4353968.

HSL color Cylindrical-coordinate representation of color #B06F42: hue angle of 24.55º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B06F42 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 66 -
CMYK 0 0.37 0.62 0.31
HSL 24.55º 0.45% 0.47% -
HSV(B) 24.55º 0.63% 0.69% -
XYZ 24.57 20.99 7.91 -
YUV 125.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 176 111 66 0 0.37 0.62 0.31 24.55 0.45 0.47
Hex B0 6F 42 0 25 3E 1F 19 2D 2F
Octal 260 157 102 0 45 76 37 31 55 57
Binary 10110000 1101111 1000010 0 100101 111110 11111 11001 101101 101111

Color Harmonies of #B06F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F42

Black with #B06F42

Text Example


Text Example

White with #B06F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F42; }

 p { color: rgb(176,111,66); }

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

background-color css

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

 a { background-color: rgb(176,111,66); }

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

border-color css

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

 span { border-color: rgb(176,111,66); }

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