Html Css Color HEX #BB4540 Chestnut

📋 copy color: '#BB4540'

red 187 ◦ green 69 ◦ blue 64

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

Shades of Chestnut #BB4540

Tints of Chestnut #BB4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.56%

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

R = 58.44%
G = 21.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB4540 (or 0xBB4540) is known color: Chestnut. HEX triplet: BB, 45 and 40. RGB value is (187,69,64). Sum of RGB (Red+Green+Blue) = 187+69+64=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4540 is #44BABF. Grayscale: #676767. Windows color (decimal): -4504256 or 4212155. OLE color: 4212155.

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

Color convert

RGB 187 69 64 -
CMYK 0 0.63 0.66 0.27
HSL 2.44º 0.49% 0.49% -
HSV(B) 2.44º 0.66% 0.73% -
XYZ 23.55 15.19 6.54 -
YUV 103.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 187 69 64 0 0.63 0.66 0.27 2.44 0.49 0.49
Hex BB 45 40 0 3F 42 1B 2 31 31
Octal 273 105 100 0 77 102 33 2 61 61
Binary 10111011 1000101 1000000 0 111111 1000010 11011 10 110001 110001

Color Harmonies of #BB4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4540

Black with #BB4540

Text Example


Text Example

White with #BB4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4540; }

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

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

background-color css

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

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

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

border-color css

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

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

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