Html Css Color HEX #BB504A Chestnut

📋 copy color: '#BB504A'

red 187 ◦ green 80 ◦ blue 74

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

Shades of Chestnut #BB504A

Tints of Chestnut #BB504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 54.84%
G = 23.46%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB504A (or 0xBB504A) is known color: Chestnut. HEX triplet: BB, 50 and 4A. RGB value is (187,80,74). Sum of RGB (Red+Green+Blue) = 187+80+74=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB504A is #44AFB5. Grayscale: #6F6F6F. Windows color (decimal): -4501430 or 4870331. OLE color: 4870331.

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

Color convert

RGB 187 80 74 -
CMYK 0 0.57 0.60 0.27
HSL 3.19º 0.45% 0.51% -
HSV(B) 3.19º 0.6% 0.73% -
XYZ 24.6 16.8 8.42 -
YUV 111.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 187 80 74 0 0.57 0.60 0.27 3.19 0.45 0.51
Hex BB 50 4A 0 39 3C 1B 3 2D 33
Octal 273 120 112 0 71 74 33 3 55 63
Binary 10111011 1010000 1001010 0 111001 111100 11011 11 101101 110011

Color Harmonies of #BB504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB504A

Black with #BB504A

Text Example


Text Example

White with #BB504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB504A; }

 p { color: rgb(187,80,74); }

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

background-color css

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

 a { background-color: rgb(187,80,74); }

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

border-color css

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

 span { border-color: rgb(187,80,74); }

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