#BE6927

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

Shades of Christine #BE6927

Tints of Christine #BE6927

Color information

#BE6927 (or 0xBE6927) is unknown color: approx Christine. HEX triplet: BE, 69 and 27. RGB value is (190,105,39). Sum of RGB (Red+Green+Blue) = 190+105+39=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6927 is #4196D8. Grayscale: #7B7B7B. Windows color (decimal): -4298457 or 2582974. OLE color: 2582974.

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

Color convert

RGB19010539-
CMYK00.450.790.25
HSL26.23º65.94%44.9%-
HSV(B)26.23º79.47%74.51%-
XYZ26.6521.24.61-
YUV122.8980.66175.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 39 (15.62% from 255) = 11.68%
R=56.89%
G=31.44%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901053900.450.790.2526.2365.9444.9
HexBE692702D4F191a422d
Octal27615147055117313210255
Binary1011111011010011001110101101100111111001110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6927; }

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

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

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

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

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

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

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

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