Html Css Color HEX #B77242 Bourbon

📋 copy color: '#B77242'

red 183 ◦ green 114 ◦ blue 66

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

Shades of Bourbon #B77242

Tints of Bourbon #B77242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 50.41%
G = 31.4%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B77242 (or 0xB77242) is known color: Bourbon. HEX triplet: B7, 72 and 42. RGB value is (183,114,66). Sum of RGB (Red+Green+Blue) = 183+114+66=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B77242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77242 is #488DBD. Grayscale: #818181. Windows color (decimal): -4754878 or 4354743. OLE color: 4354743.

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

Color convert

RGB 183 114 66 -
CMYK 0 0.38 0.64 0.28
HSL 24.62º 0.47% 0.49% -
HSV(B) 24.62º 0.64% 0.72% -
XYZ 26.53 22.5 8.1 -
YUV 129.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 183 114 66 0 0.38 0.64 0.28 24.62 0.47 0.49
Hex B7 72 42 0 26 40 1C 19 2F 31
Octal 267 162 102 0 46 100 34 31 57 61
Binary 10110111 1110010 1000010 0 100110 1000000 11100 11001 101111 110001

Color Harmonies of #B77242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77242

Black with #B77242

Text Example


Text Example

White with #B77242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77242; }

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

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

background-color css

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

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

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

border-color css

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

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

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