#BE632A

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

Shades of Christine #BE632A

Tints of Christine #BE632A

Color information

#BE632A (or 0xBE632A) is unknown color: approx Christine. HEX triplet: BE, 63 and 2A. RGB value is (190,99,42). Sum of RGB (Red+Green+Blue) = 190+99+42=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE632A is #419CD5. Grayscale: #787878. Windows color (decimal): -4299990 or 2778046. OLE color: 2778046.

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

Color convert

RGB1909942-
CMYK00.480.780.25
HSL23.11º63.79%45.49%-
HSV(B)23.11º77.89%74.51%-
XYZ26.1120.044.68-
YUV119.7184.15178.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 42 (16.80% from 255) = 12.69%
R=57.40%
G=29.91%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190994200.480.780.2523.1163.7945.49
HexBE632A0304E1917402d
Octal27614352060116312710055
Binary1011111011000111010100110000100111011001101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE632A; }

 p { color: rgb(190,99,42); }

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

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

 a { background-color: rgb(190,99,42); }

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

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

 span { border-color: rgb(190,99,42); }

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