Html Css Color HEX #BE5E1E Christine

📋 copy color: '#BE5E1E'

red 190 ◦ green 94 ◦ blue 30

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

Shades of Christine #BE5E1E

Tints of Christine #BE5E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 60.51%
G = 29.94%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE5E1E (or 0xBE5E1E) is known color: Christine. HEX triplet: BE, 5E and 1E. RGB value is (190,94,30). Sum of RGB (Red+Green+Blue) = 190+94+30=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E1E is #41A1E1. Grayscale: #737373. Windows color (decimal): -4301282 or 1990334. OLE color: 1990334.

HSL color Cylindrical-coordinate representation of color #BE5E1E: hue angle of 24º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE5E1E is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 94 30 -
CMYK 0 0.51 0.84 0.25
HSL 24º 0.73% 0.43% -
HSV(B) 24º 0.84% 0.75% -
XYZ 25.47 19.05 3.56 -
YUV 115.41 79.8 181.2 -
System Red Green Blue C M Y K H S L
Decimal 190 94 30 0 0.51 0.84 0.25 24 0.73 0.43
Hex BE 5E 1E 0 33 54 19 18 49 2B
Octal 276 136 36 0 63 124 31 30 111 53
Binary 10111110 1011110 11110 0 110011 1010100 11001 11000 1001001 101011

Color Harmonies of #BE5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E1E

Black with #BE5E1E

Text Example


Text Example

White with #BE5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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