Html Css Color HEX #BC453F Chestnut

📋 copy color: '#BC453F'

red 188 ◦ green 69 ◦ blue 63

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

Shades of Chestnut #BC453F

Tints of Chestnut #BC453F

RGB

 RED value IS 188 (73.83% from 255) = 58.75%

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

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

R = 58.75%
G = 21.56%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC453F (or 0xBC453F) is known color: Chestnut. HEX triplet: BC, 45 and 3F. RGB value is (188,69,63). Sum of RGB (Red+Green+Blue) = 188+69+63=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC453F is #43BAC0. Grayscale: #686868. Windows color (decimal): -4438721 or 4146620. OLE color: 4146620.

HSL color Cylindrical-coordinate representation of color #BC453F: hue angle of 2.88º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC453F is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 63 -
CMYK 0 0.63 0.66 0.26
HSL 2.88º 0.5% 0.49% -
HSV(B) 2.88º 0.66% 0.74% -
XYZ 23.76 15.31 6.4 -
YUV 103.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 188 69 63 0 0.63 0.66 0.26 2.88 0.5 0.49
Hex BC 45 3F 0 3F 42 1A 3 32 31
Octal 274 105 77 0 77 102 32 3 62 61
Binary 10111100 1000101 111111 0 111111 1000010 11010 11 110010 110001

Color Harmonies of #BC453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC453F

Black with #BC453F

Text Example


Text Example

White with #BC453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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