Html Css Color HEX #B77042 Bourbon

📋 copy color: '#B77042'

red 183 ◦ green 112 ◦ blue 66

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

Shades of Bourbon #B77042

Tints of Bourbon #B77042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 50.69%
G = 31.02%
B = 18.28%

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

#B77042 (or 0xB77042) is known color: Bourbon. HEX triplet: B7, 70 and 42. RGB value is (183,112,66). Sum of RGB (Red+Green+Blue) = 183+112+66=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B77042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77042 is #488FBD. Grayscale: #808080. Windows color (decimal): -4755390 or 4354231. OLE color: 4354231.

HSL color Cylindrical-coordinate representation of color #B77042: hue angle of 23.59º degrees, saturation: 0.47, 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 #B77042 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 66 -
CMYK 0 0.39 0.64 0.28
HSL 23.59º 0.47% 0.49% -
HSV(B) 23.59º 0.64% 0.72% -
XYZ 26.31 22.05 8.02 -
YUV 127.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 183 112 66 0 0.39 0.64 0.28 23.59 0.47 0.49
Hex B7 70 42 0 27 40 1C 18 2F 31
Octal 267 160 102 0 47 100 34 30 57 61
Binary 10110111 1110000 1000010 0 100111 1000000 11100 11000 101111 110001

Color Harmonies of #B77042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77042

Black with #B77042

Text Example


Text Example

White with #B77042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77042; }

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

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

background-color css

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

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

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

border-color css

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

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

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