Html Css Color HEX #BB5146 Chestnut

📋 copy color: '#BB5146'

red 187 ◦ green 81 ◦ blue 70

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

Shades of Chestnut #BB5146

Tints of Chestnut #BB5146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 55.33%
G = 23.96%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB5146 (or 0xBB5146) is known color: Chestnut. HEX triplet: BB, 51 and 46. RGB value is (187,81,70). Sum of RGB (Red+Green+Blue) = 187+81+70=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5146 is #44AEB9. Grayscale: #6F6F6F. Windows color (decimal): -4501178 or 4608443. OLE color: 4608443.

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

Color convert

RGB 187 81 70 -
CMYK 0 0.57 0.63 0.27
HSL 5.64º 0.46% 0.5% -
HSV(B) 5.64º 0.63% 0.73% -
XYZ 24.54 16.89 7.76 -
YUV 111.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 187 81 70 0 0.57 0.63 0.27 5.64 0.46 0.5
Hex BB 51 46 0 39 3F 1B 6 2E 32
Octal 273 121 106 0 71 77 33 6 56 62
Binary 10111011 1010001 1000110 0 111001 111111 11011 110 101110 110010

Color Harmonies of #BB5146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5146

Black with #BB5146

Text Example


Text Example

White with #BB5146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5146; }

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

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

background-color css

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

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

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

border-color css

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

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

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