Html Css Color HEX #BB5144 Chestnut

📋 copy color: '#BB5144'

red 187 ◦ green 81 ◦ blue 68

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

Shades of Chestnut #BB5144

Tints of Chestnut #BB5144

RGB

 RED value IS 187 (73.44% from 255) = 55.65%

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 55.65%
G = 24.11%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB5144 (or 0xBB5144) is known color: Chestnut. HEX triplet: BB, 51 and 44. RGB value is (187,81,68). Sum of RGB (Red+Green+Blue) = 187+81+68=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5144 is #44AEBB. Grayscale: #6F6F6F. Windows color (decimal): -4501180 or 4477371. OLE color: 4477371.

HSL color Cylindrical-coordinate representation of color #BB5144: hue angle of 6.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5144 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 68 -
CMYK 0 0.57 0.64 0.27
HSL 6.55º 0.47% 0.5% -
HSV(B) 6.55º 0.64% 0.73% -
XYZ 24.48 16.87 7.43 -
YUV 111.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 187 81 68 0 0.57 0.64 0.27 6.55 0.47 0.5
Hex BB 51 44 0 39 40 1B 7 2F 32
Octal 273 121 104 0 71 100 33 7 57 62
Binary 10111011 1010001 1000100 0 111001 1000000 11011 111 101111 110010

Color Harmonies of #BB5144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5144

Black with #BB5144

Text Example


Text Example

White with #BB5144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5144; }

 p { color: rgb(187,81,68); }

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

background-color css

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

 a { background-color: rgb(187,81,68); }

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

border-color css

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

 span { border-color: rgb(187,81,68); }

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