#BE6027

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

Shades of Christine #BE6027

Tints of Christine #BE6027

Color information

#BE6027 (or 0xBE6027) is unknown color: approx Christine. HEX triplet: BE, 60 and 27. RGB value is (190,96,39). Sum of RGB (Red+Green+Blue) = 190+96+39=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6027 is #419FD8. Grayscale: #757575. Windows color (decimal): -4300761 or 2580670. OLE color: 2580670.

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

Color convert

RGB1909639-
CMYK00.490.790.25
HSL22.65º65.94%44.9%-
HSV(B)22.65º79.47%74.51%-
XYZ25.7819.464.32-
YUV117.6183.64179.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.46%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 39 (15.62% from 255) = 12%
R=58.46%
G=29.54%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190963900.490.790.2522.6565.9444.9
HexBE60270314F1917422d
Octal27614047061117312710255
Binary1011111011000001001110110001100111111001101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6027; }

 p { color: rgb(190,96,39); }

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

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

 a { background-color: rgb(190,96,39); }

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

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

 span { border-color: rgb(190,96,39); }

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