Html Css Color HEX #BEA572 Fallow

📋 copy color: '#BEA572'

red 190 ◦ green 165 ◦ blue 114

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

Shades of Fallow #BEA572

Tints of Fallow #BEA572

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.18%

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

R = 40.51%
G = 35.18%
B = 24.31%

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

#BEA572 (or 0xBEA572) is known color: Fallow. HEX triplet: BE, A5 and 72. RGB value is (190,165,114). Sum of RGB (Red+Green+Blue) = 190+165+114=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA572 is #415A8D. Grayscale: #A6A6A6. Windows color (decimal): -4283022 or 7513534. OLE color: 7513534.

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

Color convert

RGB 190 165 114 -
CMYK 0 0.13 0.40 0.25
HSL 40.26º 0.37% 0.6% -
HSV(B) 40.26º 0.4% 0.75% -
XYZ 37.73 39.07 21.47 -
YUV 166.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 190 165 114 0 0.13 0.40 0.25 40.26 0.37 0.6
Hex BE A5 72 0 D 28 19 28 25 3C
Octal 276 245 162 0 15 50 31 50 45 74
Binary 10111110 10100101 1110010 0 1101 101000 11001 101000 100101 111100

Color Harmonies of #BEA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA572

Black with #BEA572

Text Example


Text Example

White with #BEA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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