Html Css Color HEX #B77040 Bourbon

📋 copy color: '#B77040'

red 183 ◦ green 112 ◦ blue 64

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

Shades of Bourbon #B77040

Tints of Bourbon #B77040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 50.97%
G = 31.2%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B77040 (or 0xB77040) is known color: Bourbon. HEX triplet: B7, 70 and 40. RGB value is (183,112,64). Sum of RGB (Red+Green+Blue) = 183+112+64=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B77040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77040 is #488FBF. Grayscale: #808080. Windows color (decimal): -4755392 or 4223159. OLE color: 4223159.

HSL color Cylindrical-coordinate representation of color #B77040: hue angle of 24.2º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B77040 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 64 -
CMYK 0 0.39 0.65 0.28
HSL 24.2º 0.48% 0.48% -
HSV(B) 24.2º 0.65% 0.72% -
XYZ 26.25 22.03 7.72 -
YUV 127.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 183 112 64 0 0.39 0.65 0.28 24.2 0.48 0.48
Hex B7 70 40 0 27 41 1C 18 30 30
Octal 267 160 100 0 47 101 34 30 60 60
Binary 10110111 1110000 1000000 0 100111 1000001 11100 11000 110000 110000

Color Harmonies of #B77040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77040

Black with #B77040

Text Example


Text Example

White with #B77040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77040; }

 p { color: rgb(183,112,64); }

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

background-color css

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

 a { background-color: rgb(183,112,64); }

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

border-color css

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

 span { border-color: rgb(183,112,64); }

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