#BE6530

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

Shades of Christine #BE6530

Tints of Christine #BE6530

Color information

#BE6530 (or 0xBE6530) is unknown color: approx Christine. HEX triplet: BE, 65 and 30. RGB value is (190,101,48). Sum of RGB (Red+Green+Blue) = 190+101+48=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6530 is #419ACF. Grayscale: #797979. Windows color (decimal): -4299472 or 3171774. OLE color: 3171774.

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

Color convert

RGB19010148-
CMYK00.470.750.25
HSL22.39º59.66%46.67%-
HSV(B)22.39º74.74%74.51%-
XYZ26.4220.475.35-
YUV121.5786.49176.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 48 (19.14% from 255) = 14.16%
R=56.05%
G=29.79%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901014800.470.750.2522.3959.6646.67
HexBE653002F4B19163c2f
Octal2761456005711331267457
Binary101111101100101110000010111110010111100110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6530; }

 p { color: rgb(190,101,48); }

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

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

 a { background-color: rgb(190,101,48); }

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

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

 span { border-color: rgb(190,101,48); }

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