Html Css Color HEX #BB5140 Chestnut

📋 copy color: '#BB5140'

red 187 ◦ green 81 ◦ blue 64

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

Shades of Chestnut #BB5140

Tints of Chestnut #BB5140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 56.33%
G = 24.4%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB5140 (or 0xBB5140) is known color: Chestnut. HEX triplet: BB, 51 and 40. RGB value is (187,81,64). Sum of RGB (Red+Green+Blue) = 187+81+64=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5140 is #44AEBF. Grayscale: #6E6E6E. Windows color (decimal): -4501184 or 4215227. OLE color: 4215227.

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

Color convert

RGB 187 81 64 -
CMYK 0 0.57 0.66 0.27
HSL 8.29º 0.49% 0.49% -
HSV(B) 8.29º 0.66% 0.73% -
XYZ 24.36 16.82 6.81 -
YUV 110.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 187 81 64 0 0.57 0.66 0.27 8.29 0.49 0.49
Hex BB 51 40 0 39 42 1B 8 31 31
Octal 273 121 100 0 71 102 33 10 61 61
Binary 10111011 1010001 1000000 0 111001 1000010 11011 1000 110001 110001

Color Harmonies of #BB5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5140

Black with #BB5140

Text Example


Text Example

White with #BB5140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5140; }

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

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

background-color css

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

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

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

border-color css

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

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

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