Html Css Color HEX #BE5A21 Christine

📋 copy color: '#BE5A21'

red 190 ◦ green 90 ◦ blue 33

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

Shades of Christine #BE5A21

Tints of Christine #BE5A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

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

R = 60.7%
G = 28.75%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE5A21 (or 0xBE5A21) is known color: Christine. HEX triplet: BE, 5A and 21. RGB value is (190,90,33). Sum of RGB (Red+Green+Blue) = 190+90+33=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A21 is #41A5DE. Grayscale: #717171. Windows color (decimal): -4302303 or 2185918. OLE color: 2185918.

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

Color convert

RGB 190 90 33 -
CMYK 0 0.53 0.83 0.25
HSL 21.78º 0.7% 0.44% -
HSV(B) 21.78º 0.83% 0.75% -
XYZ 25.17 18.37 3.66 -
YUV 113.4 82.63 182.63 -
System Red Green Blue C M Y K H S L
Decimal 190 90 33 0 0.53 0.83 0.25 21.78 0.7 0.44
Hex BE 5A 21 0 35 53 19 16 46 2C
Octal 276 132 41 0 65 123 31 26 106 54
Binary 10111110 1011010 100001 0 110101 1010011 11001 10110 1000110 101100

Color Harmonies of #BE5A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5A21

Black with #BE5A21

Text Example


Text Example

White with #BE5A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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