Html Css Color HEX #BE5C1E Christine

📋 copy color: '#BE5C1E'

red 190 ◦ green 92 ◦ blue 30

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

Shades of Christine #BE5C1E

Tints of Christine #BE5C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 60.9%
G = 29.49%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE5C1E (or 0xBE5C1E) is known color: Christine. HEX triplet: BE, 5C and 1E. RGB value is (190,92,30). Sum of RGB (Red+Green+Blue) = 190+92+30=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C1E is #41A3E1. Grayscale: #727272. Windows color (decimal): -4301794 or 1989822. OLE color: 1989822.

HSL color Cylindrical-coordinate representation of color #BE5C1E: hue angle of 23.25º degrees, saturation: 0.73, 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 #BE5C1E is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 92 30 -
CMYK 0 0.52 0.84 0.25
HSL 23.25º 0.73% 0.43% -
HSV(B) 23.25º 0.84% 0.75% -
XYZ 25.3 18.7 3.5 -
YUV 114.23 80.47 182.04 -
System Red Green Blue C M Y K H S L
Decimal 190 92 30 0 0.52 0.84 0.25 23.25 0.73 0.43
Hex BE 5C 1E 0 34 54 19 17 49 2B
Octal 276 134 36 0 64 124 31 27 111 53
Binary 10111110 1011100 11110 0 110100 1010100 11001 10111 1001001 101011

Color Harmonies of #BE5C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C1E

Black with #BE5C1E

Text Example


Text Example

White with #BE5C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C1E; }

 p { color: rgb(190,92,30); }

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

background-color css

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

 a { background-color: rgb(190,92,30); }

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

border-color css

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

 span { border-color: rgb(190,92,30); }

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