Html Css Color HEX #B07149 Bourbon

📋 copy color: '#B07149'

red 176 ◦ green 113 ◦ blue 73

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

Shades of Bourbon #B07149

Tints of Bourbon #B07149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

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

R = 48.62%
G = 31.22%
B = 20.17%

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

#B07149 (or 0xB07149) is known color: Bourbon. HEX triplet: B0, 71 and 49. RGB value is (176,113,73). Sum of RGB (Red+Green+Blue) = 176+113+73=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B07149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07149 is #4F8EB6. Grayscale: #7F7F7F. Windows color (decimal): -5213879 or 4813232. OLE color: 4813232.

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

Color convert

RGB 176 113 73 -
CMYK 0 0.36 0.59 0.31
HSL 23.3º 0.41% 0.49% -
HSV(B) 23.3º 0.59% 0.69% -
XYZ 25.01 21.52 9.14 -
YUV 127.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 176 113 73 0 0.36 0.59 0.31 23.3 0.41 0.49
Hex B0 71 49 0 24 3B 1F 17 29 31
Octal 260 161 111 0 44 73 37 27 51 61
Binary 10110000 1110001 1001001 0 100100 111011 11111 10111 101001 110001

Color Harmonies of #B07149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07149

Black with #B07149

Text Example


Text Example

White with #B07149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07149; }

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

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

background-color css

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

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

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

border-color css

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

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

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