#BE6B35

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

Shades of Christine #BE6B35

Tints of Christine #BE6B35

Color information

#BE6B35 (or 0xBE6B35) is unknown color: approx Christine. HEX triplet: BE, 6B and 35. RGB value is (190,107,53). Sum of RGB (Red+Green+Blue) = 190+107+53=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B35 is #4194CA. Grayscale: #7D7D7D. Windows color (decimal): -4297931 or 3500990. OLE color: 3500990.

HSL color Cylindrical-coordinate representation of color #BE6B35: hue angle of 23.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE6B35 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19010753-
CMYK00.440.720.25
HSL23.65º56.38%47.65%-
HSV(B)23.65º72.11%74.51%-
XYZ27.1421.726.13-
YUV125.6687173.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=54.29%
G=30.57%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901075300.440.720.2523.6556.3847.65
HexBE6B3502C4819183830
Octal2761536505411031307060
Binary101111101101011110101010110010010001100111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B35; }

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

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

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

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

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

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

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

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