Html Css Color HEX #BE685A Sunglo

📋 copy color: '#BE685A'

red 190 ◦ green 104 ◦ blue 90

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

Shades of Sunglo #BE685A

Tints of Sunglo #BE685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 49.48%
G = 27.08%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE685A (or 0xBE685A) is known color: Sunglo. HEX triplet: BE, 68 and 5A. RGB value is (190,104,90). Sum of RGB (Red+Green+Blue) = 190+104+90=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE685A is #4197A5. Grayscale: #808080. Windows color (decimal): -4298662 or 5925054. OLE color: 5925054.

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

Color convert

RGB 190 104 90 -
CMYK 0 0.45 0.53 0.25
HSL 8.4º 0.43% 0.55% -
HSV(B) 8.4º 0.53% 0.75% -
XYZ 28.03 21.59 12.36 -
YUV 128.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 190 104 90 0 0.45 0.53 0.25 8.4 0.43 0.55
Hex BE 68 5A 0 2D 35 19 8 2B 37
Octal 276 150 132 0 55 65 31 10 53 67
Binary 10111110 1101000 1011010 0 101101 110101 11001 1000 101011 110111

Color Harmonies of #BE685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE685A

Black with #BE685A

Text Example


Text Example

White with #BE685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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