Html Css Color HEX #B06E46 Bourbon

📋 copy color: '#B06E46'

red 176 ◦ green 110 ◦ blue 70

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

Shades of Bourbon #B06E46

Tints of Bourbon #B06E46

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

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

R = 49.44%
G = 30.9%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B06E46 (or 0xB06E46) is known color: Bourbon. HEX triplet: B0, 6E and 46. RGB value is (176,110,70). Sum of RGB (Red+Green+Blue) = 176+110+70=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E46 is #4F91B9. Grayscale: #7D7D7D. Windows color (decimal): -5214650 or 4615856. OLE color: 4615856.

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

Color convert

RGB 176 110 70 -
CMYK 0 0.37 0.60 0.31
HSL 22.64º 0.43% 0.48% -
HSV(B) 22.64º 0.6% 0.69% -
XYZ 24.59 20.82 8.52 -
YUV 125.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 176 110 70 0 0.37 0.60 0.31 22.64 0.43 0.48
Hex B0 6E 46 0 25 3C 1F 17 2B 30
Octal 260 156 106 0 45 74 37 27 53 60
Binary 10110000 1101110 1000110 0 100101 111100 11111 10111 101011 110000

Color Harmonies of #B06E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06E46

Black with #B06E46

Text Example


Text Example

White with #B06E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06E46; }

 p { color: rgb(176,110,70); }

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

background-color css

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

 a { background-color: rgb(176,110,70); }

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

border-color css

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

 span { border-color: rgb(176,110,70); }

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