Html Css Color HEX #BE5E23 Christine

📋 copy color: '#BE5E23'

red 190 ◦ green 94 ◦ blue 35

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

Shades of Christine #BE5E23

Tints of Christine #BE5E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.97%

R = 59.56%
G = 29.47%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE5E23 (or 0xBE5E23) is known color: Christine. HEX triplet: BE, 5E and 23. RGB value is (190,94,35). Sum of RGB (Red+Green+Blue) = 190+94+35=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E23 is #41A1DC. Grayscale: #747474. Windows color (decimal): -4301277 or 2318014. OLE color: 2318014.

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

Color convert

RGB 190 94 35 -
CMYK 0 0.51 0.82 0.25
HSL 22.84º 0.69% 0.44% -
HSV(B) 22.84º 0.82% 0.75% -
XYZ 25.54 19.07 3.93 -
YUV 115.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 190 94 35 0 0.51 0.82 0.25 22.84 0.69 0.44
Hex BE 5E 23 0 33 52 19 17 45 2C
Octal 276 136 43 0 63 122 31 27 105 54
Binary 10111110 1011110 100011 0 110011 1010010 11001 10111 1000101 101100

Color Harmonies of #BE5E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E23

Black with #BE5E23

Text Example


Text Example

White with #BE5E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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