Html Css Color HEX #BC5C20 Christine

📋 copy color: '#BC5C20'

red 188 ◦ green 92 ◦ blue 32

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

Shades of Christine #BC5C20

Tints of Christine #BC5C20

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 60.26%
G = 29.49%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC5C20 (or 0xBC5C20) is known color: Christine. HEX triplet: BC, 5C and 20. RGB value is (188,92,32). Sum of RGB (Red+Green+Blue) = 188+92+32=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C20 is #43A3DF. Grayscale: #727272. Windows color (decimal): -4432864 or 2120892. OLE color: 2120892.

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

Color convert

RGB 188 92 32 -
CMYK 0 0.51 0.83 0.26
HSL 23.08º 0.71% 0.43% -
HSV(B) 23.08º 0.83% 0.74% -
XYZ 24.83 18.45 3.62 -
YUV 113.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 188 92 32 0 0.51 0.83 0.26 23.08 0.71 0.43
Hex BC 5C 20 0 33 53 1A 17 47 2B
Octal 274 134 40 0 63 123 32 27 107 53
Binary 10111100 1011100 100000 0 110011 1010011 11010 10111 1000111 101011

Color Harmonies of #BC5C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C20

Black with #BC5C20

Text Example


Text Example

White with #BC5C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C20; }

 p { color: rgb(188,92,32); }

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

background-color css

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

 a { background-color: rgb(188,92,32); }

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

border-color css

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

 span { border-color: rgb(188,92,32); }

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