Html Css Color HEX #B77248 Bourbon

📋 copy color: '#B77248'

red 183 ◦ green 114 ◦ blue 72

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

Shades of Bourbon #B77248

Tints of Bourbon #B77248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 49.59%
G = 30.89%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B77248 (or 0xB77248) is known color: Bourbon. HEX triplet: B7, 72 and 48. RGB value is (183,114,72). Sum of RGB (Red+Green+Blue) = 183+114+72=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B77248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77248 is #488DB7. Grayscale: #828282. Windows color (decimal): -4754872 or 4747959. OLE color: 4747959.

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

Color convert

RGB 183 114 72 -
CMYK 0 0.38 0.61 0.28
HSL 22.7º 0.44% 0.5% -
HSV(B) 22.7º 0.61% 0.72% -
XYZ 26.72 22.57 9.08 -
YUV 129.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 183 114 72 0 0.38 0.61 0.28 22.7 0.44 0.5
Hex B7 72 48 0 26 3D 1C 17 2C 32
Octal 267 162 110 0 46 75 34 27 54 62
Binary 10110111 1110010 1001000 0 100110 111101 11100 10111 101100 110010

Color Harmonies of #B77248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77248

Black with #B77248

Text Example


Text Example

White with #B77248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77248; }

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

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

background-color css

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

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

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

border-color css

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

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

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