Html Css Color HEX #BB514A Chestnut

📋 copy color: '#BB514A'

red 187 ◦ green 81 ◦ blue 74

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

Shades of Chestnut #BB514A

Tints of Chestnut #BB514A

RGB

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

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

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

R = 54.68%
G = 23.68%
B = 21.64%

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

#BB514A (or 0xBB514A) is known color: Chestnut. HEX triplet: BB, 51 and 4A. RGB value is (187,81,74). Sum of RGB (Red+Green+Blue) = 187+81+74=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB514A is #44AEB5. Grayscale: #707070. Windows color (decimal): -4501174 or 4870587. OLE color: 4870587.

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

Color convert

RGB 187 81 74 -
CMYK 0 0.57 0.60 0.27
HSL 3.72º 0.45% 0.51% -
HSV(B) 3.72º 0.6% 0.73% -
XYZ 24.67 16.94 8.45 -
YUV 111.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 187 81 74 0 0.57 0.60 0.27 3.72 0.45 0.51
Hex BB 51 4A 0 39 3C 1B 4 2D 33
Octal 273 121 112 0 71 74 33 4 55 63
Binary 10111011 1010001 1001010 0 111001 111100 11011 100 101101 110011

Color Harmonies of #BB514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB514A

Black with #BB514A

Text Example


Text Example

White with #BB514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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