Html Css Color HEX #BE5D27 Christine

📋 copy color: '#BE5D27'

red 190 ◦ green 93 ◦ blue 39

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

Shades of Christine #BE5D27

Tints of Christine #BE5D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.11%

R = 59.01%
G = 28.88%
B = 12.11%

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

#BE5D27 (or 0xBE5D27) is known color: Christine. HEX triplet: BE, 5D and 27. RGB value is (190,93,39). Sum of RGB (Red+Green+Blue) = 190+93+39=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D27 is #41A2D8. Grayscale: #747474. Windows color (decimal): -4301529 or 2579902. OLE color: 2579902.

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

Color convert

RGB 190 93 39 -
CMYK 0 0.51 0.79 0.25
HSL 21.46º 0.66% 0.45% -
HSV(B) 21.46º 0.79% 0.75% -
XYZ 25.52 18.92 4.23 -
YUV 115.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 190 93 39 0 0.51 0.79 0.25 21.46 0.66 0.45
Hex BE 5D 27 0 33 4F 19 15 42 2D
Octal 276 135 47 0 63 117 31 25 102 55
Binary 10111110 1011101 100111 0 110011 1001111 11001 10101 1000010 101101

Color Harmonies of #BE5D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D27

Black with #BE5D27

Text Example


Text Example

White with #BE5D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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