Html Css Color HEX #BB453F Chestnut

📋 copy color: '#BB453F'

red 187 ◦ green 69 ◦ blue 63

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

Shades of Chestnut #BB453F

Tints of Chestnut #BB453F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.75%

R = 58.62%
G = 21.63%
B = 19.75%

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

#BB453F (or 0xBB453F) is known color: Chestnut. HEX triplet: BB, 45 and 3F. RGB value is (187,69,63). Sum of RGB (Red+Green+Blue) = 187+69+63=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB453F is #44BAC0. Grayscale: #676767. Windows color (decimal): -4504257 or 4146619. OLE color: 4146619.

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

Color convert

RGB 187 69 63 -
CMYK 0 0.63 0.66 0.27
HSL 2.9º 0.5% 0.49% -
HSV(B) 2.9º 0.66% 0.73% -
XYZ 23.52 15.18 6.39 -
YUV 103.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 187 69 63 0 0.63 0.66 0.27 2.9 0.5 0.49
Hex BB 45 3F 0 3F 42 1B 3 32 31
Octal 273 105 77 0 77 102 33 3 62 61
Binary 10111011 1000101 111111 0 111111 1000010 11011 11 110010 110001

Color Harmonies of #BB453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB453F

Black with #BB453F

Text Example


Text Example

White with #BB453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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