Html Css Color HEX #B77041 Bourbon

📋 copy color: '#B77041'

red 183 ◦ green 112 ◦ blue 65

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

Shades of Bourbon #B77041

Tints of Bourbon #B77041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.06%

R = 50.83%
G = 31.11%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B77041 (or 0xB77041) is known color: Bourbon. HEX triplet: B7, 70 and 41. RGB value is (183,112,65). Sum of RGB (Red+Green+Blue) = 183+112+65=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B77041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77041 is #488FBE. Grayscale: #808080. Windows color (decimal): -4755391 or 4288695. OLE color: 4288695.

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

Color convert

RGB 183 112 65 -
CMYK 0 0.39 0.64 0.28
HSL 23.9º 0.48% 0.49% -
HSV(B) 23.9º 0.64% 0.72% -
XYZ 26.28 22.04 7.87 -
YUV 127.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 183 112 65 0 0.39 0.64 0.28 23.9 0.48 0.49
Hex B7 70 41 0 27 40 1C 18 30 31
Octal 267 160 101 0 47 100 34 30 60 61
Binary 10110111 1110000 1000001 0 100111 1000000 11100 11000 110000 110001

Color Harmonies of #B77041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77041

Black with #B77041

Text Example


Text Example

White with #B77041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77041; }

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

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

background-color css

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

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

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

border-color css

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

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

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