Html Css Color HEX #BE5D25 Christine

📋 copy color: '#BE5D25'

red 190 ◦ green 93 ◦ blue 37

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

Shades of Christine #BE5D25

Tints of Christine #BE5D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 59.38%
G = 29.06%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE5D25 (or 0xBE5D25) is known color: Christine. HEX triplet: BE, 5D and 25. RGB value is (190,93,37). Sum of RGB (Red+Green+Blue) = 190+93+37=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D25 is #41A2DA. Grayscale: #737373. Windows color (decimal): -4301531 or 2448830. OLE color: 2448830.

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

Color convert

RGB 190 93 37 -
CMYK 0 0.51 0.81 0.25
HSL 21.96º 0.67% 0.45% -
HSV(B) 21.96º 0.81% 0.75% -
XYZ 25.48 18.91 4.06 -
YUV 115.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 190 93 37 0 0.51 0.81 0.25 21.96 0.67 0.45
Hex BE 5D 25 0 33 51 19 16 43 2D
Octal 276 135 45 0 63 121 31 26 103 55
Binary 10111110 1011101 100101 0 110011 1010001 11001 10110 1000011 101101

Color Harmonies of #BE5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D25

Black with #BE5D25

Text Example


Text Example

White with #BE5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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