Html Css Color HEX #BE6520 Christine

📋 copy color: '#BE6520'

red 190 ◦ green 101 ◦ blue 32

#BE6520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BE6520

Tints of Christine #BE6520

RGB

 RED value IS 190 (74.61% from 255) = 58.82%

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 58.82%
G = 31.27%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE6520 (or 0xBE6520) is known color: Christine. HEX triplet: BE, 65 and 20. RGB value is (190,101,32). Sum of RGB (Red+Green+Blue) = 190+101+32=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6520 is #419ADF. Grayscale: #787878. Windows color (decimal): -4299488 or 2123198. OLE color: 2123198.

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

Color convert

RGB 190 101 32 -
CMYK 0 0.47 0.83 0.25
HSL 26.2º 0.71% 0.44% -
HSV(B) 26.2º 0.83% 0.75% -
XYZ 26.15 20.36 3.92 -
YUV 119.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 190 101 32 0 0.47 0.83 0.25 26.2 0.71 0.44
Hex BE 65 20 0 2F 53 19 1A 47 2C
Octal 276 145 40 0 57 123 31 32 107 54
Binary 10111110 1100101 100000 0 101111 1010011 11001 11010 1000111 101100

Color Harmonies of #BE6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6520

Black with #BE6520

Text Example


Text Example

White with #BE6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6520; }

 p { color: rgb(190,101,32); }

 H1.HeaderClassName
 {
   color: #BE6520;
 }
 .AnyTagClassName
 {
   color: #BE6520;
 }
</style>

background-color css

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

 a { background-color: rgb(190,101,32); }

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

border-color css

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

 span { border-color: rgb(190,101,32); }

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