Html Css Color HEX #B77149 Bourbon

📋 copy color: '#B77149'

red 183 ◦ green 113 ◦ blue 73

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

Shades of Bourbon #B77149

Tints of Bourbon #B77149

RGB

 RED value IS 183 (71.88% from 255) = 49.59%

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

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

R = 49.59%
G = 30.62%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B77149 (or 0xB77149) is known color: Bourbon. HEX triplet: B7, 71 and 49. RGB value is (183,113,73). Sum of RGB (Red+Green+Blue) = 183+113+73=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B77149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77149 is #488EB6. Grayscale: #818181. Windows color (decimal): -4755127 or 4813239. OLE color: 4813239.

HSL color Cylindrical-coordinate representation of color #B77149: hue angle of 21.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B77149 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 73 -
CMYK 0 0.38 0.60 0.28
HSL 21.82º 0.43% 0.5% -
HSV(B) 21.82º 0.6% 0.72% -
XYZ 26.64 22.36 9.22 -
YUV 129.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 183 113 73 0 0.38 0.60 0.28 21.82 0.43 0.5
Hex B7 71 49 0 26 3C 1C 16 2B 32
Octal 267 161 111 0 46 74 34 26 53 62
Binary 10110111 1110001 1001001 0 100110 111100 11100 10110 101011 110010

Color Harmonies of #B77149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77149

Black with #B77149

Text Example


Text Example

White with #B77149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77149; }

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

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

background-color css

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

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

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

border-color css

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

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

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