Html Css Color HEX #BE6356 Sunglo

📋 copy color: '#BE6356'

red 190 ◦ green 99 ◦ blue 86

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

Shades of Sunglo #BE6356

Tints of Sunglo #BE6356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 50.67%
G = 26.4%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE6356 (or 0xBE6356) is known color: Sunglo. HEX triplet: BE, 63 and 56. RGB value is (190,99,86). Sum of RGB (Red+Green+Blue) = 190+99+86=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6356 is #419CA9. Grayscale: #7C7C7C. Windows color (decimal): -4299946 or 5661630. OLE color: 5661630.

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

Color convert

RGB 190 99 86 -
CMYK 0 0.48 0.55 0.25
HSL 7.5º 0.44% 0.54% -
HSV(B) 7.5º 0.55% 0.75% -
XYZ 27.38 20.54 11.33 -
YUV 124.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 190 99 86 0 0.48 0.55 0.25 7.5 0.44 0.54
Hex BE 63 56 0 30 37 19 8 2C 36
Octal 276 143 126 0 60 67 31 10 54 66
Binary 10111110 1100011 1010110 0 110000 110111 11001 1000 101100 110110

Color Harmonies of #BE6356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6356

Black with #BE6356

Text Example


Text Example

White with #BE6356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6356; }

 p { color: rgb(190,99,86); }

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

background-color css

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

 a { background-color: rgb(190,99,86); }

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

border-color css

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

 span { border-color: rgb(190,99,86); }

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