Html Css Color HEX #BEA675 Putty

📋 copy color: '#BEA675'

red 190 ◦ green 166 ◦ blue 117

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

Shades of Putty #BEA675

Tints of Putty #BEA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.1%

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 40.17%
G = 35.1%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEA675 (or 0xBEA675) is known color: Putty. HEX triplet: BE, A6 and 75. RGB value is (190,166,117). Sum of RGB (Red+Green+Blue) = 190+166+117=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA675 is #41598A. Grayscale: #A7A7A7. Windows color (decimal): -4282763 or 7710398. OLE color: 7710398.

HSL color Cylindrical-coordinate representation of color #BEA675: hue angle of 40.27º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEA675 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 166 117 -
CMYK 0 0.13 0.38 0.25
HSL 40.27º 0.36% 0.6% -
HSV(B) 40.27º 0.38% 0.75% -
XYZ 38.08 39.5 22.45 -
YUV 167.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 190 166 117 0 0.13 0.38 0.25 40.27 0.36 0.6
Hex BE A6 75 0 D 26 19 28 24 3C
Octal 276 246 165 0 15 46 31 50 44 74
Binary 10111110 10100110 1110101 0 1101 100110 11001 101000 100100 111100

Color Harmonies of #BEA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA675

Black with #BEA675

Text Example


Text Example

White with #BEA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA675; }

 p { color: rgb(190,166,117); }

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

background-color css

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

 a { background-color: rgb(190,166,117); }

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

border-color css

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

 span { border-color: rgb(190,166,117); }

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