Html Css Color HEX #B06E3C Bourbon

📋 copy color: '#B06E3C'

red 176 ◦ green 110 ◦ blue 60

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

Shades of Bourbon #B06E3C

Tints of Bourbon #B06E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 50.87%
G = 31.79%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B06E3C (or 0xB06E3C) is known color: Bourbon. HEX triplet: B0, 6E and 3C. RGB value is (176,110,60). Sum of RGB (Red+Green+Blue) = 176+110+60=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E3C is #4F91C3. Grayscale: #7C7C7C. Windows color (decimal): -5214660 or 3960496. OLE color: 3960496.

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

Color convert

RGB 176 110 60 -
CMYK 0 0.37 0.66 0.31
HSL 25.86º 0.49% 0.46% -
HSV(B) 25.86º 0.66% 0.69% -
XYZ 24.3 20.71 6.99 -
YUV 124.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 176 110 60 0 0.37 0.66 0.31 25.86 0.49 0.46
Hex B0 6E 3C 0 25 42 1F 1A 31 2E
Octal 260 156 74 0 45 102 37 32 61 56
Binary 10110000 1101110 111100 0 100101 1000010 11111 11010 110001 101110

Color Harmonies of #B06E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06E3C

Black with #B06E3C

Text Example


Text Example

White with #B06E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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