Html Css Color HEX #BE5D28 Christine

📋 copy color: '#BE5D28'

red 190 ◦ green 93 ◦ blue 40

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

Shades of Christine #BE5D28

Tints of Christine #BE5D28

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

 BLUE value IS 40 (16.02% from 255) = 12.38%

R = 58.82%
G = 28.79%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE5D28 (or 0xBE5D28) is known color: Christine. HEX triplet: BE, 5D and 28. RGB value is (190,93,40). Sum of RGB (Red+Green+Blue) = 190+93+40=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D28 is #41A2D7. Grayscale: #747474. Windows color (decimal): -4301528 or 2645438. OLE color: 2645438.

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

Color convert

RGB 190 93 40 -
CMYK 0 0.51 0.79 0.25
HSL 21.2º 0.65% 0.45% -
HSV(B) 21.2º 0.79% 0.75% -
XYZ 25.53 18.93 4.32 -
YUV 115.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 190 93 40 0 0.51 0.79 0.25 21.2 0.65 0.45
Hex BE 5D 28 0 33 4F 19 15 41 2D
Octal 276 135 50 0 63 117 31 25 101 55
Binary 10111110 1011101 101000 0 110011 1001111 11001 10101 1000001 101101

Color Harmonies of #BE5D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D28

Black with #BE5D28

Text Example


Text Example

White with #BE5D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D28; }

 p { color: rgb(190,93,40); }

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

background-color css

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

 a { background-color: rgb(190,93,40); }

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

border-color css

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

 span { border-color: rgb(190,93,40); }

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