#BE5C21

Color #BE5C21 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BE5C21

Tints of Christine #BE5C21

Color information

#BE5C21 (or 0xBE5C21) is unknown color: approx Christine. HEX triplet: BE, 5C and 21. RGB value is (190,92,33). Sum of RGB (Red+Green+Blue) = 190+92+33=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C21 is #41A3DE. Grayscale: #727272. Windows color (decimal): -4301791 or 2186430. OLE color: 2186430.

HSL color Cylindrical-coordinate representation of color #BE5C21: hue angle of 22.55º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE5C21 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1909233-
CMYK00.520.830.25
HSL22.55º70.4%43.73%-
HSV(B)22.55º82.63%74.51%-
XYZ25.3418.713.72-
YUV114.5881.97181.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 33 (13.28% from 255) = 10.48%
R=60.32%
G=29.21%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190923300.520.830.2522.5570.443.73
HexBE5C21034531917462c
Octal27613441064123312710654
Binary1011111010111001000010110100101001111001101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C21; }

 p { color: rgb(190,92,33); }

 H1.HeaderClassName
 {
   color: #BE5C21;
 }
 .AnyTagClassName
 {
   color: #BE5C21;
 }
</style>
background-color css

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

 a { background-color: rgb(190,92,33); }

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

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

 span { border-color: rgb(190,92,33); }

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