#BE6B28

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

Shades of Christine #BE6B28

Tints of Christine #BE6B28

Color information

#BE6B28 (or 0xBE6B28) is unknown color: approx Christine. HEX triplet: BE, 6B and 28. RGB value is (190,107,40). Sum of RGB (Red+Green+Blue) = 190+107+40=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B28 is #4194D7. Grayscale: #7C7C7C. Windows color (decimal): -4297944 or 2649022. OLE color: 2649022.

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

Color convert

RGB19010740-
CMYK00.440.790.25
HSL26.8º65.22%45.1%-
HSV(B)26.8º78.95%74.51%-
XYZ26.8821.624.76-
YUV124.1880.5174.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=56.38%
G=31.75%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901074000.440.790.2526.865.2245.1
HexBE6B2802C4F191b412d
Octal27615350054117313310155
Binary1011111011010111010000101100100111111001110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B28; }

 p { color: rgb(190,107,40); }

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

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

 a { background-color: rgb(190,107,40); }

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

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

 span { border-color: rgb(190,107,40); }

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