Html Css Color HEX #B07549 Bourbon

📋 copy color: '#B07549'

red 176 ◦ green 117 ◦ blue 73

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

Shades of Bourbon #B07549

Tints of Bourbon #B07549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.97%

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

R = 48.09%
G = 31.97%
B = 19.95%

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

#B07549 (or 0xB07549) is known color: Bourbon. HEX triplet: B0, 75 and 49. RGB value is (176,117,73). Sum of RGB (Red+Green+Blue) = 176+117+73=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B07549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07549 is #4F8AB6. Grayscale: #818181. Windows color (decimal): -5212855 or 4814256. OLE color: 4814256.

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

Color convert

RGB 176 117 73 -
CMYK 0 0.34 0.59 0.31
HSL 25.63º 0.41% 0.49% -
HSV(B) 25.63º 0.59% 0.69% -
XYZ 25.47 22.43 9.29 -
YUV 129.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 176 117 73 0 0.34 0.59 0.31 25.63 0.41 0.49
Hex B0 75 49 0 22 3B 1F 1A 29 31
Octal 260 165 111 0 42 73 37 32 51 61
Binary 10110000 1110101 1001001 0 100010 111011 11111 11010 101001 110001

Color Harmonies of #B07549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07549

Black with #B07549

Text Example


Text Example

White with #B07549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07549; }

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

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

background-color css

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

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

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

border-color css

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

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

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