Html Css Color HEX #BC433E Chestnut

📋 copy color: '#BC433E'

red 188 ◦ green 67 ◦ blue 62

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

Shades of Chestnut #BC433E

Tints of Chestnut #BC433E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

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

R = 59.31%
G = 21.14%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC433E (or 0xBC433E) is known color: Chestnut. HEX triplet: BC, 43 and 3E. RGB value is (188,67,62). Sum of RGB (Red+Green+Blue) = 188+67+62=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC433E is #43BCC1. Grayscale: #666666. Windows color (decimal): -4439234 or 4080572. OLE color: 4080572.

HSL color Cylindrical-coordinate representation of color #BC433E: hue angle of 2.38º 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 #BC433E is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 67 62 -
CMYK 0 0.64 0.67 0.26
HSL 2.38º 0.5% 0.49% -
HSV(B) 2.38º 0.67% 0.74% -
XYZ 23.62 15.05 6.22 -
YUV 102.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 188 67 62 0 0.64 0.67 0.26 2.38 0.5 0.49
Hex BC 43 3E 0 40 43 1A 2 32 31
Octal 274 103 76 0 100 103 32 2 62 61
Binary 10111100 1000011 111110 0 1000000 1000011 11010 10 110010 110001

Color Harmonies of #BC433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC433E

Black with #BC433E

Text Example


Text Example

White with #BC433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC433E; }

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

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

background-color css

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

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

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

border-color css

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

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

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