Html Css Color HEX #B07249 Bourbon

📋 copy color: '#B07249'

red 176 ◦ green 114 ◦ blue 73

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

Shades of Bourbon #B07249

Tints of Bourbon #B07249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 48.48%
G = 31.4%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B07249 (or 0xB07249) is known color: Bourbon. HEX triplet: B0, 72 and 49. RGB value is (176,114,73). Sum of RGB (Red+Green+Blue) = 176+114+73=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B07249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07249 is #4F8DB6. Grayscale: #808080. Windows color (decimal): -5213623 or 4813488. OLE color: 4813488.

HSL color Cylindrical-coordinate representation of color #B07249: hue angle of 23.88º 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 #B07249 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 73 -
CMYK 0 0.35 0.59 0.31
HSL 23.88º 0.41% 0.49% -
HSV(B) 23.88º 0.59% 0.69% -
XYZ 25.12 21.75 9.18 -
YUV 127.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 176 114 73 0 0.35 0.59 0.31 23.88 0.41 0.49
Hex B0 72 49 0 23 3B 1F 18 29 31
Octal 260 162 111 0 43 73 37 30 51 61
Binary 10110000 1110010 1001001 0 100011 111011 11111 11000 101001 110001

Color Harmonies of #B07249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07249

Black with #B07249

Text Example


Text Example

White with #B07249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07249; }

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

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

background-color css

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

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

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

border-color css

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

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

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