Html Css Color HEX #BE681C Christine

📋 copy color: '#BE681C'

red 190 ◦ green 104 ◦ blue 28

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

Shades of Christine #BE681C

Tints of Christine #BE681C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.3%

 BLUE value IS 28 (11.33% from 255) = 8.7%

R = 59.01%
G = 32.3%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE681C (or 0xBE681C) is known color: Christine. HEX triplet: BE, 68 and 1C. RGB value is (190,104,28). Sum of RGB (Red+Green+Blue) = 190+104+28=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE681C is #4197E3. Grayscale: #797979. Windows color (decimal): -4298724 or 1861822. OLE color: 1861822.

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

Color convert

RGB 190 104 28 -
CMYK 0 0.45 0.85 0.25
HSL 28.15º 0.74% 0.43% -
HSV(B) 28.15º 0.85% 0.75% -
XYZ 26.4 20.93 3.75 -
YUV 121.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 190 104 28 0 0.45 0.85 0.25 28.15 0.74 0.43
Hex BE 68 1C 0 2D 55 19 1C 4A 2B
Octal 276 150 34 0 55 125 31 34 112 53
Binary 10111110 1101000 11100 0 101101 1010101 11001 11100 1001010 101011

Color Harmonies of #BE681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE681C

Black with #BE681C

Text Example


Text Example

White with #BE681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE681C; }

 p { color: rgb(190,104,28); }

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

background-color css

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

 a { background-color: rgb(190,104,28); }

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

border-color css

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

 span { border-color: rgb(190,104,28); }

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