Html Css Color HEX #B06837 Bourbon

📋 copy color: '#B06837'

red 176 ◦ green 104 ◦ blue 55

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

Shades of Bourbon #B06837

Tints of Bourbon #B06837

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 55 (21.88% from 255) = 16.42%

R = 52.54%
G = 31.04%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B06837 (or 0xB06837) is known color: Bourbon. HEX triplet: B0, 68 and 37. RGB value is (176,104,55). Sum of RGB (Red+Green+Blue) = 176+104+55=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B06837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06837 is #4F97C8. Grayscale: #787878. Windows color (decimal): -5216201 or 3631280. OLE color: 3631280.

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

Color convert

RGB 176 104 55 -
CMYK 0 0.41 0.69 0.31
HSL 24.3º 0.52% 0.45% -
HSV(B) 24.3º 0.69% 0.69% -
XYZ 23.54 19.41 6.12 -
YUV 119.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 176 104 55 0 0.41 0.69 0.31 24.3 0.52 0.45
Hex B0 68 37 0 29 45 1F 18 34 2D
Octal 260 150 67 0 51 105 37 30 64 55
Binary 10110000 1101000 110111 0 101001 1000101 11111 11000 110100 101101

Color Harmonies of #B06837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06837

Black with #B06837

Text Example


Text Example

White with #B06837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06837; }

 p { color: rgb(176,104,55); }

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

background-color css

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

 a { background-color: rgb(176,104,55); }

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

border-color css

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

 span { border-color: rgb(176,104,55); }

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