#BE6A23

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

Shades of Christine #BE6A23

Tints of Christine #BE6A23

Color information

#BE6A23 (or 0xBE6A23) is unknown color: approx Christine. HEX triplet: BE, 6A and 23. RGB value is (190,106,35). Sum of RGB (Red+Green+Blue) = 190+106+35=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A23 is #4195DC. Grayscale: #7B7B7B. Windows color (decimal): -4298205 or 2321086. OLE color: 2321086.

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

Color convert

RGB19010635-
CMYK00.440.820.25
HSL27.48º68.89%44.12%-
HSV(B)27.48º81.58%74.51%-
XYZ26.6921.384.31-
YUV123.0278.33175.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 35 (14.06% from 255) = 10.57%
R=57.40%
G=32.02%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901063500.440.820.2527.4868.8944.12
HexBE6A2302C52191b452c
Octal27615243054122313310554
Binary1011111011010101000110101100101001011001110111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A23; }

 p { color: rgb(190,106,35); }

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

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

 a { background-color: rgb(190,106,35); }

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

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

 span { border-color: rgb(190,106,35); }

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