Html Css Color HEX #BE6421 Christine

📋 copy color: '#BE6421'

red 190 ◦ green 100 ◦ blue 33

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

Shades of Christine #BE6421

Tints of Christine #BE6421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 33 (13.28% from 255) = 10.22%

R = 58.82%
G = 30.96%
B = 10.22%

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

#BE6421 (or 0xBE6421) is known color: Christine. HEX triplet: BE, 64 and 21. RGB value is (190,100,33). Sum of RGB (Red+Green+Blue) = 190+100+33=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6421 is #419BDE. Grayscale: #777777. Windows color (decimal): -4299743 or 2188478. OLE color: 2188478.

HSL color Cylindrical-coordinate representation of color #BE6421: hue angle of 25.61º degrees, saturation: 0.7, 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 #BE6421 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 100 33 -
CMYK 0 0.47 0.83 0.25
HSL 25.61º 0.7% 0.44% -
HSV(B) 25.61º 0.83% 0.75% -
XYZ 26.07 20.17 3.96 -
YUV 119.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 190 100 33 0 0.47 0.83 0.25 25.61 0.7 0.44
Hex BE 64 21 0 2F 53 19 1A 46 2C
Octal 276 144 41 0 57 123 31 32 106 54
Binary 10111110 1100100 100001 0 101111 1010011 11001 11010 1000110 101100

Color Harmonies of #BE6421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6421

Black with #BE6421

Text Example


Text Example

White with #BE6421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6421; }

 p { color: rgb(190,100,33); }

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

background-color css

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

 a { background-color: rgb(190,100,33); }

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

border-color css

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

 span { border-color: rgb(190,100,33); }

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