Html Css Color HEX #BE6B5A Sunglo

📋 copy color: '#BE6B5A'

red 190 ◦ green 107 ◦ blue 90

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

Shades of Sunglo #BE6B5A

Tints of Sunglo #BE6B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.65%

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

R = 49.1%
G = 27.65%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE6B5A (or 0xBE6B5A) is known color: Sunglo. HEX triplet: BE, 6B and 5A. RGB value is (190,107,90). Sum of RGB (Red+Green+Blue) = 190+107+90=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B5A is #4194A5. Grayscale: #828282. Windows color (decimal): -4297894 or 5925822. OLE color: 5925822.

HSL color Cylindrical-coordinate representation of color #BE6B5A: hue angle of 10.2º 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 #BE6B5A is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 107 90 -
CMYK 0 0.44 0.53 0.25
HSL 10.2º 0.43% 0.55% -
HSV(B) 10.2º 0.53% 0.75% -
XYZ 28.34 22.2 12.46 -
YUV 129.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 190 107 90 0 0.44 0.53 0.25 10.2 0.43 0.55
Hex BE 6B 5A 0 2C 35 19 A 2B 37
Octal 276 153 132 0 54 65 31 12 53 67
Binary 10111110 1101011 1011010 0 101100 110101 11001 1010 101011 110111

Color Harmonies of #BE6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B5A

Black with #BE6B5A

Text Example


Text Example

White with #BE6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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