#BE671E

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

Shades of Christine #BE671E

Tints of Christine #BE671E

Color information

#BE671E (or 0xBE671E) is unknown color: approx Christine. HEX triplet: BE, 67 and 1E. RGB value is (190,103,30). Sum of RGB (Red+Green+Blue) = 190+103+30=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE671E is #4198E1. Grayscale: #797979. Windows color (decimal): -4298978 or 1992638. OLE color: 1992638.

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

Color convert

RGB19010330-
CMYK00.460.840.25
HSL27.38º72.73%43.14%-
HSV(B)27.38º84.21%74.51%-
XYZ26.3220.743.84-
YUV120.6976.82177.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=58.82%
G=31.89%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901033000.460.840.2527.3872.7343.14
HexBE671E02E54191b492b
Octal27614736056124313311153
Binary101111101100111111100101110101010011001110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE671E; }

 p { color: rgb(190,103,30); }

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

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

 a { background-color: rgb(190,103,30); }

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

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

 span { border-color: rgb(190,103,30); }

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