Html Css Color HEX #BC5C22 Christine

📋 copy color: '#BC5C22'

red 188 ◦ green 92 ◦ blue 34

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

Shades of Christine #BC5C22

Tints of Christine #BC5C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 59.87%
G = 29.3%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC5C22 (or 0xBC5C22) is known color: Christine. HEX triplet: BC, 5C and 22. RGB value is (188,92,34). Sum of RGB (Red+Green+Blue) = 188+92+34=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C22 is #43A3DD. Grayscale: #727272. Windows color (decimal): -4432862 or 2251964. OLE color: 2251964.

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

Color convert

RGB 188 92 34 -
CMYK 0 0.51 0.82 0.26
HSL 22.6º 0.69% 0.44% -
HSV(B) 22.6º 0.82% 0.74% -
XYZ 24.85 18.46 3.77 -
YUV 114.09 82.8 180.72 -
System Red Green Blue C M Y K H S L
Decimal 188 92 34 0 0.51 0.82 0.26 22.6 0.69 0.44
Hex BC 5C 22 0 33 52 1A 17 45 2C
Octal 274 134 42 0 63 122 32 27 105 54
Binary 10111100 1011100 100010 0 110011 1010010 11010 10111 1000101 101100

Color Harmonies of #BC5C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C22

Black with #BC5C22

Text Example


Text Example

White with #BC5C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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