#BE6430

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

Shades of Christine #BE6430

Tints of Christine #BE6430

Color information

#BE6430 (or 0xBE6430) is unknown color: approx Christine. HEX triplet: BE, 64 and 30. RGB value is (190,100,48). Sum of RGB (Red+Green+Blue) = 190+100+48=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6430 is #419BCF. Grayscale: #797979. Windows color (decimal): -4299728 or 3171518. OLE color: 3171518.

HSL color Cylindrical-coordinate representation of color #BE6430: hue angle of 21.97º 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 #BE6430 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB19010048-
CMYK00.470.750.25
HSL21.97º59.66%46.67%-
HSV(B)21.97º74.74%74.51%-
XYZ26.3320.275.32-
YUV120.9886.82177.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 48 (19.14% from 255) = 14.20%
R=56.21%
G=29.59%
B=14.20%

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
Decimal1901004800.470.750.2521.9759.6646.67
HexBE643002F4B19163c2f
Octal2761446005711331267457
Binary101111101100100110000010111110010111100110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6430; }

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

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

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

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

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

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

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

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