Html Css Color HEX #BEA672 Putty

📋 copy color: '#BEA672'

red 190 ◦ green 166 ◦ blue 114

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

Shades of Putty #BEA672

Tints of Putty #BEA672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.26%

R = 40.43%
G = 35.32%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BEA672 (or 0xBEA672) is known color: Putty. HEX triplet: BE, A6 and 72. RGB value is (190,166,114). Sum of RGB (Red+Green+Blue) = 190+166+114=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA672 is #41598D. Grayscale: #A7A7A7. Windows color (decimal): -4282766 or 7513790. OLE color: 7513790.

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

Color convert

RGB 190 166 114 -
CMYK 0 0.13 0.40 0.25
HSL 41.05º 0.37% 0.6% -
HSV(B) 41.05º 0.4% 0.75% -
XYZ 37.91 39.43 21.53 -
YUV 167.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 190 166 114 0 0.13 0.40 0.25 41.05 0.37 0.6
Hex BE A6 72 0 D 28 19 29 25 3C
Octal 276 246 162 0 15 50 31 51 45 74
Binary 10111110 10100110 1110010 0 1101 101000 11001 101001 100101 111100

Color Harmonies of #BEA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA672

Black with #BEA672

Text Example


Text Example

White with #BEA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA672; }

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

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

background-color css

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

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

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

border-color css

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

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

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