Html Css Color HEX #BEAB7F Pavlova

📋 copy color: '#BEAB7F'

red 190 ◦ green 171 ◦ blue 127

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

Shades of Pavlova #BEAB7F

Tints of Pavlova #BEAB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.04%

 BLUE value IS 127 (50% from 255) = 26.02%

R = 38.93%
G = 35.04%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEAB7F (or 0xBEAB7F) is known color: Pavlova. HEX triplet: BE, AB and 7F. RGB value is (190,171,127). Sum of RGB (Red+Green+Blue) = 190+171+127=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB7F is #415480. Grayscale: #ABABAB. Windows color (decimal): -4281473 or 8367038. OLE color: 8367038.

HSL color Cylindrical-coordinate representation of color #BEAB7F: hue angle of 41.9º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEAB7F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 171 127 -
CMYK 0 0.10 0.33 0.25
HSL 41.9º 0.33% 0.62% -
HSV(B) 41.9º 0.33% 0.75% -
XYZ 39.63 41.61 26.02 -
YUV 171.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 190 171 127 0 0.10 0.33 0.25 41.9 0.33 0.62
Hex BE AB 7F 0 A 21 19 2A 21 3E
Octal 276 253 177 0 12 41 31 52 41 76
Binary 10111110 10101011 1111111 0 1010 100001 11001 101010 100001 111110

Color Harmonies of #BEAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB7F

Black with #BEAB7F

Text Example


Text Example

White with #BEAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB7F; }

 p { color: rgb(190,171,127); }

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

background-color css

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

 a { background-color: rgb(190,171,127); }

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

border-color css

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

 span { border-color: rgb(190,171,127); }

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