Html Css Color HEX #B07049 Bourbon

📋 copy color: '#B07049'

red 176 ◦ green 112 ◦ blue 73

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

Shades of Bourbon #B07049

Tints of Bourbon #B07049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 48.75%
G = 31.02%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B07049 (or 0xB07049) is known color: Bourbon. HEX triplet: B0, 70 and 49. RGB value is (176,112,73). Sum of RGB (Red+Green+Blue) = 176+112+73=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B07049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07049 is #4F8FB6. Grayscale: #7E7E7E. Windows color (decimal): -5214135 or 4812976. OLE color: 4812976.

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

Color convert

RGB 176 112 73 -
CMYK 0 0.36 0.59 0.31
HSL 22.72º 0.41% 0.49% -
HSV(B) 22.72º 0.59% 0.69% -
XYZ 24.9 21.3 9.1 -
YUV 126.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 176 112 73 0 0.36 0.59 0.31 22.72 0.41 0.49
Hex B0 70 49 0 24 3B 1F 17 29 31
Octal 260 160 111 0 44 73 37 27 51 61
Binary 10110000 1110000 1001001 0 100100 111011 11111 10111 101001 110001

Color Harmonies of #B07049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07049

Black with #B07049

Text Example


Text Example

White with #B07049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07049; }

 p { color: rgb(176,112,73); }

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

background-color css

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

 a { background-color: rgb(176,112,73); }

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

border-color css

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

 span { border-color: rgb(176,112,73); }

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