Html Css Color HEX #BE695B Sunglo

📋 copy color: '#BE695B'

red 190 ◦ green 105 ◦ blue 91

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

Shades of Sunglo #BE695B

Tints of Sunglo #BE695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.2%

 BLUE value IS 91 (35.94% from 255) = 23.58%

R = 49.22%
G = 27.2%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE695B (or 0xBE695B) is known color: Sunglo. HEX triplet: BE, 69 and 5B. RGB value is (190,105,91). Sum of RGB (Red+Green+Blue) = 190+105+91=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE695B is #4196A4. Grayscale: #808080. Windows color (decimal): -4298405 or 5990846. OLE color: 5990846.

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

Color convert

RGB 190 105 91 -
CMYK 0 0.45 0.52 0.25
HSL 8.48º 0.43% 0.55% -
HSV(B) 8.48º 0.52% 0.75% -
XYZ 28.18 21.81 12.62 -
YUV 128.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 190 105 91 0 0.45 0.52 0.25 8.48 0.43 0.55
Hex BE 69 5B 0 2D 34 19 8 2B 37
Octal 276 151 133 0 55 64 31 10 53 67
Binary 10111110 1101001 1011011 0 101101 110100 11001 1000 101011 110111

Color Harmonies of #BE695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE695B

Black with #BE695B

Text Example


Text Example

White with #BE695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE695B; }

 p { color: rgb(190,105,91); }

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

background-color css

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

 a { background-color: rgb(190,105,91); }

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

border-color css

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

 span { border-color: rgb(190,105,91); }

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