Html Css Color HEX #BE5E2A Christine

📋 copy color: '#BE5E2A'

red 190 ◦ green 94 ◦ blue 42

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

Shades of Christine #BE5E2A

Tints of Christine #BE5E2A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 58.28%
G = 28.83%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE5E2A (or 0xBE5E2A) is known color: Christine. HEX triplet: BE, 5E and 2A. RGB value is (190,94,42). Sum of RGB (Red+Green+Blue) = 190+94+42=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E2A is #41A1D5. Grayscale: #757575. Windows color (decimal): -4301270 or 2776766. OLE color: 2776766.

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

Color convert

RGB 190 94 42 -
CMYK 0 0.51 0.78 0.25
HSL 21.08º 0.64% 0.45% -
HSV(B) 21.08º 0.78% 0.75% -
XYZ 25.66 19.12 4.53 -
YUV 116.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 190 94 42 0 0.51 0.78 0.25 21.08 0.64 0.45
Hex BE 5E 2A 0 33 4E 19 15 40 2D
Octal 276 136 52 0 63 116 31 25 100 55
Binary 10111110 1011110 101010 0 110011 1001110 11001 10101 1000000 101101

Color Harmonies of #BE5E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E2A

Black with #BE5E2A

Text Example


Text Example

White with #BE5E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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