#BE6026

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

Shades of Christine #BE6026

Tints of Christine #BE6026

Color information

#BE6026 (or 0xBE6026) is unknown color: approx Christine. HEX triplet: BE, 60 and 26. RGB value is (190,96,38). Sum of RGB (Red+Green+Blue) = 190+96+38=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6026 is #419FD9. Grayscale: #757575. Windows color (decimal): -4300762 or 2515134. OLE color: 2515134.

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

Color convert

RGB1909638-
CMYK00.490.80.25
HSL22.89º66.67%44.71%-
HSV(B)22.89º80%74.51%-
XYZ25.7719.454.23-
YUV117.4983.14179.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 38 (15.23% from 255) = 11.73%
R=58.64%
G=29.63%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190963800.490.80.2522.8966.6744.71
HexBE6026031501917432d
Octal27614046061120312710355
Binary1011111011000001001100110001101000011001101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6026; }

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

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

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

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

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

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

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

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