Html Css Color HEX #B06F45 Bourbon

📋 copy color: '#B06F45'

red 176 ◦ green 111 ◦ blue 69

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

Shades of Bourbon #B06F45

Tints of Bourbon #B06F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 49.44%
G = 31.18%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B06F45 (or 0xB06F45) is known color: Bourbon. HEX triplet: B0, 6F and 45. RGB value is (176,111,69). Sum of RGB (Red+Green+Blue) = 176+111+69=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F45 is #4F90BA. Grayscale: #7D7D7D. Windows color (decimal): -5214395 or 4550576. OLE color: 4550576.

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

Color convert

RGB 176 111 69 -
CMYK 0 0.37 0.61 0.31
HSL 23.55º 0.44% 0.48% -
HSV(B) 23.55º 0.61% 0.69% -
XYZ 24.66 21.03 8.39 -
YUV 125.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 176 111 69 0 0.37 0.61 0.31 23.55 0.44 0.48
Hex B0 6F 45 0 25 3D 1F 18 2C 30
Octal 260 157 105 0 45 75 37 30 54 60
Binary 10110000 1101111 1000101 0 100101 111101 11111 11000 101100 110000

Color Harmonies of #B06F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F45

Black with #B06F45

Text Example


Text Example

White with #B06F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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