Html Css Color HEX #BE5D1F Christine

📋 copy color: '#BE5D1F'

red 190 ◦ green 93 ◦ blue 31

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

Shades of Christine #BE5D1F

Tints of Christine #BE5D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 60.51%
G = 29.62%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE5D1F (or 0xBE5D1F) is known color: Christine. HEX triplet: BE, 5D and 1F. RGB value is (190,93,31). Sum of RGB (Red+Green+Blue) = 190+93+31=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D1F is #41A2E0. Grayscale: #737373. Windows color (decimal): -4301537 or 2055614. OLE color: 2055614.

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

Color convert

RGB 190 93 31 -
CMYK 0 0.51 0.84 0.25
HSL 23.4º 0.72% 0.43% -
HSV(B) 23.4º 0.84% 0.75% -
XYZ 25.4 18.87 3.6 -
YUV 114.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 190 93 31 0 0.51 0.84 0.25 23.4 0.72 0.43
Hex BE 5D 1F 0 33 54 19 17 48 2B
Octal 276 135 37 0 63 124 31 27 110 53
Binary 10111110 1011101 11111 0 110011 1010100 11001 10111 1001000 101011

Color Harmonies of #BE5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D1F

Black with #BE5D1F

Text Example


Text Example

White with #BE5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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