Html Css Color HEX #BE5E2B Christine

📋 copy color: '#BE5E2B'

red 190 ◦ green 94 ◦ blue 43

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

Shades of Christine #BE5E2B

Tints of Christine #BE5E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.15%

R = 58.1%
G = 28.75%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE5E2B (or 0xBE5E2B) is known color: Christine. HEX triplet: BE, 5E and 2B. RGB value is (190,94,43). Sum of RGB (Red+Green+Blue) = 190+94+43=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E2B is #41A1D4. Grayscale: #757575. Windows color (decimal): -4301269 or 2842302. OLE color: 2842302.

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

Color convert

RGB 190 94 43 -
CMYK 0 0.51 0.77 0.25
HSL 20.82º 0.63% 0.46% -
HSV(B) 20.82º 0.77% 0.75% -
XYZ 25.67 19.13 4.62 -
YUV 116.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 190 94 43 0 0.51 0.77 0.25 20.82 0.63 0.46
Hex BE 5E 2B 0 33 4D 19 15 3F 2E
Octal 276 136 53 0 63 115 31 25 77 56
Binary 10111110 1011110 101011 0 110011 1001101 11001 10101 111111 101110

Color Harmonies of #BE5E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E2B

Black with #BE5E2B

Text Example


Text Example

White with #BE5E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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