Html Css Color HEX #BB5243 Chestnut

📋 copy color: '#BB5243'

red 187 ◦ green 82 ◦ blue 67

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

Shades of Chestnut #BB5243

Tints of Chestnut #BB5243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 67 (26.56% from 255) = 19.94%

R = 55.65%
G = 24.4%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB5243 (or 0xBB5243) is known color: Chestnut. HEX triplet: BB, 52 and 43. RGB value is (187,82,67). Sum of RGB (Red+Green+Blue) = 187+82+67=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5243 is #44ADBC. Grayscale: #6F6F6F. Windows color (decimal): -4500925 or 4412091. OLE color: 4412091.

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

Color convert

RGB 187 82 67 -
CMYK 0 0.56 0.64 0.27
HSL 7.5º 0.47% 0.5% -
HSV(B) 7.5º 0.64% 0.73% -
XYZ 24.52 17 7.3 -
YUV 111.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 187 82 67 0 0.56 0.64 0.27 7.5 0.47 0.5
Hex BB 52 43 0 38 40 1B 8 2F 32
Octal 273 122 103 0 70 100 33 10 57 62
Binary 10111011 1010010 1000011 0 111000 1000000 11011 1000 101111 110010

Color Harmonies of #BB5243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5243

Black with #BB5243

Text Example


Text Example

White with #BB5243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5243; }

 p { color: rgb(187,82,67); }

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

background-color css

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

 a { background-color: rgb(187,82,67); }

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

border-color css

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

 span { border-color: rgb(187,82,67); }

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