#BE6623

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

Shades of Christine #BE6623

Tints of Christine #BE6623

Color information

#BE6623 (or 0xBE6623) is unknown color: approx Christine. HEX triplet: BE, 66 and 23. RGB value is (190,102,35). Sum of RGB (Red+Green+Blue) = 190+102+35=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6623 is #4199DC. Grayscale: #797979. Windows color (decimal): -4299229 or 2320062. OLE color: 2320062.

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

Color convert

RGB19010235-
CMYK00.460.820.25
HSL25.94º68.89%44.12%-
HSV(B)25.94º81.58%74.51%-
XYZ26.2920.574.18-
YUV120.6779.65177.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 35 (14.06% from 255) = 10.70%
R=58.10%
G=31.19%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901023500.460.820.2525.9468.8944.12
HexBE662302E52191a452c
Octal27614643056122313210554
Binary1011111011001101000110101110101001011001110101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6623; }

 p { color: rgb(190,102,35); }

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

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

 a { background-color: rgb(190,102,35); }

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

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

 span { border-color: rgb(190,102,35); }

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