#BE5C2A

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

Shades of Christine #BE5C2A

Tints of Christine #BE5C2A

Color information

#BE5C2A (or 0xBE5C2A) is unknown color: approx Christine. HEX triplet: BE, 5C and 2A. RGB value is (190,92,42). Sum of RGB (Red+Green+Blue) = 190+92+42=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C2A is #41A3D5. Grayscale: #737373. Windows color (decimal): -4301782 or 2776254. OLE color: 2776254.

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

Color convert

RGB1909242-
CMYK00.520.780.25
HSL20.27º63.79%45.49%-
HSV(B)20.27º77.89%74.51%-
XYZ25.4818.774.47-
YUV115.686.47181.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 42 (16.80% from 255) = 12.96%
R=58.64%
G=28.40%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190924200.520.780.2520.2763.7945.49
HexBE5C2A0344E1914402d
Octal27613452064116312410055
Binary1011111010111001010100110100100111011001101001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C2A; }

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

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

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

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

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

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

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

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