Html Css Color HEX #B06D3E Bourbon

📋 copy color: '#B06D3E'

red 176 ◦ green 109 ◦ blue 62

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

Shades of Bourbon #B06D3E

Tints of Bourbon #B06D3E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 50.72%
G = 31.41%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B06D3E (or 0xB06D3E) is known color: Bourbon. HEX triplet: B0, 6D and 3E. RGB value is (176,109,62). Sum of RGB (Red+Green+Blue) = 176+109+62=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D3E is #4F92C1. Grayscale: #7B7B7B. Windows color (decimal): -5214914 or 4091312. OLE color: 4091312.

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

Color convert

RGB 176 109 62 -
CMYK 0 0.38 0.65 0.31
HSL 24.74º 0.48% 0.47% -
HSV(B) 24.74º 0.65% 0.69% -
XYZ 24.24 20.52 7.24 -
YUV 123.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 176 109 62 0 0.38 0.65 0.31 24.74 0.48 0.47
Hex B0 6D 3E 0 26 41 1F 19 30 2F
Octal 260 155 76 0 46 101 37 31 60 57
Binary 10110000 1101101 111110 0 100110 1000001 11111 11001 110000 101111

Color Harmonies of #B06D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D3E

Black with #B06D3E

Text Example


Text Example

White with #B06D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D3E; }

 p { color: rgb(176,109,62); }

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

background-color css

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

 a { background-color: rgb(176,109,62); }

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

border-color css

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

 span { border-color: rgb(176,109,62); }

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