Html Css Color HEX #BC453E Chestnut

📋 copy color: '#BC453E'

red 188 ◦ green 69 ◦ blue 62

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

Shades of Chestnut #BC453E

Tints of Chestnut #BC453E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 58.93%
G = 21.63%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC453E (or 0xBC453E) is known color: Chestnut. HEX triplet: BC, 45 and 3E. RGB value is (188,69,62). Sum of RGB (Red+Green+Blue) = 188+69+62=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC453E is #43BAC1. Grayscale: #676767. Windows color (decimal): -4438722 or 4081084. OLE color: 4081084.

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

Color convert

RGB 188 69 62 -
CMYK 0 0.63 0.67 0.26
HSL 3.33º 0.5% 0.49% -
HSV(B) 3.33º 0.67% 0.74% -
XYZ 23.74 15.3 6.26 -
YUV 103.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 188 69 62 0 0.63 0.67 0.26 3.33 0.5 0.49
Hex BC 45 3E 0 3F 43 1A 3 32 31
Octal 274 105 76 0 77 103 32 3 62 61
Binary 10111100 1000101 111110 0 111111 1000011 11010 11 110010 110001

Color Harmonies of #BC453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC453E

Black with #BC453E

Text Example


Text Example

White with #BC453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC453E; }

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

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

background-color css

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

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

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

border-color css

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

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

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