Html Css Color HEX #B07449 Bourbon

📋 copy color: '#B07449'

red 176 ◦ green 116 ◦ blue 73

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

Shades of Bourbon #B07449

Tints of Bourbon #B07449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

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

R = 48.22%
G = 31.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B07449 (or 0xB07449) is known color: Bourbon. HEX triplet: B0, 74 and 49. RGB value is (176,116,73). Sum of RGB (Red+Green+Blue) = 176+116+73=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B07449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07449 is #4F8BB6. Grayscale: #818181. Windows color (decimal): -5213111 or 4814000. OLE color: 4814000.

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

Color convert

RGB 176 116 73 -
CMYK 0 0.34 0.59 0.31
HSL 25.05º 0.41% 0.49% -
HSV(B) 25.05º 0.59% 0.69% -
XYZ 25.35 22.2 9.25 -
YUV 129.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 176 116 73 0 0.34 0.59 0.31 25.05 0.41 0.49
Hex B0 74 49 0 22 3B 1F 19 29 31
Octal 260 164 111 0 42 73 37 31 51 61
Binary 10110000 1110100 1001001 0 100010 111011 11111 11001 101001 110001

Color Harmonies of #B07449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07449

Black with #B07449

Text Example


Text Example

White with #B07449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07449; }

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

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

background-color css

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

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

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

border-color css

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

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

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