Html Css Color HEX #BC433D Chestnut

📋 copy color: '#BC433D'

red 188 ◦ green 67 ◦ blue 61

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

Shades of Chestnut #BC433D

Tints of Chestnut #BC433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 59.49%
G = 21.2%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC433D (or 0xBC433D) is known color: Chestnut. HEX triplet: BC, 43 and 3D. RGB value is (188,67,61). Sum of RGB (Red+Green+Blue) = 188+67+61=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC433D is #43BCC2. Grayscale: #666666. Windows color (decimal): -4439235 or 4015036. OLE color: 4015036.

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

Color convert

RGB 188 67 61 -
CMYK 0 0.64 0.68 0.26
HSL 2.83º 0.51% 0.49% -
HSV(B) 2.83º 0.68% 0.74% -
XYZ 23.59 15.04 6.08 -
YUV 102.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 188 67 61 0 0.64 0.68 0.26 2.83 0.51 0.49
Hex BC 43 3D 0 40 44 1A 3 33 31
Octal 274 103 75 0 100 104 32 3 63 61
Binary 10111100 1000011 111101 0 1000000 1000100 11010 11 110011 110001

Color Harmonies of #BC433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC433D

Black with #BC433D

Text Example


Text Example

White with #BC433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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