Html Css Color HEX #B07849 Bourbon

📋 copy color: '#B07849'

red 176 ◦ green 120 ◦ blue 73

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

Shades of Bourbon #B07849

Tints of Bourbon #B07849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

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

R = 47.7%
G = 32.52%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B07849 (or 0xB07849) is known color: Bourbon. HEX triplet: B0, 78 and 49. RGB value is (176,120,73). Sum of RGB (Red+Green+Blue) = 176+120+73=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B07849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07849 is #4F87B6. Grayscale: #838383. Windows color (decimal): -5212087 or 4815024. OLE color: 4815024.

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

Color convert

RGB 176 120 73 -
CMYK 0 0.32 0.59 0.31
HSL 27.38º 0.41% 0.49% -
HSV(B) 27.38º 0.59% 0.69% -
XYZ 25.82 23.14 9.41 -
YUV 131.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 176 120 73 0 0.32 0.59 0.31 27.38 0.41 0.49
Hex B0 78 49 0 20 3B 1F 1B 29 31
Octal 260 170 111 0 40 73 37 33 51 61
Binary 10110000 1111000 1001001 0 100000 111011 11111 11011 101001 110001

Color Harmonies of #B07849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07849

Black with #B07849

Text Example


Text Example

White with #B07849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07849; }

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

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

background-color css

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

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

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

border-color css

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

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

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