Html Css Color HEX #BFAB7F Pavlova

📋 copy color: '#BFAB7F'

red 191 ◦ green 171 ◦ blue 127

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

Shades of Pavlova #BFAB7F

Tints of Pavlova #BFAB7F

RGB

 RED value IS 191 (75% from 255) = 39.06%

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

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

R = 39.06%
G = 34.97%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFAB7F (or 0xBFAB7F) is known color: Pavlova. HEX triplet: BF, AB and 7F. RGB value is (191,171,127). Sum of RGB (Red+Green+Blue) = 191+171+127=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB7F is #405480. Grayscale: #ACACAC. Windows color (decimal): -4215937 or 8367039. OLE color: 8367039.

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

Color convert

RGB 191 171 127 -
CMYK 0 0.10 0.34 0.25
HSL 41.25º 0.33% 0.62% -
HSV(B) 41.25º 0.34% 0.75% -
XYZ 39.88 41.73 26.03 -
YUV 171.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 191 171 127 0 0.10 0.34 0.25 41.25 0.33 0.62
Hex BF AB 7F 0 A 22 19 29 21 3E
Octal 277 253 177 0 12 42 31 51 41 76
Binary 10111111 10101011 1111111 0 1010 100010 11001 101001 100001 111110

Color Harmonies of #BFAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB7F

Black with #BFAB7F

Text Example


Text Example

White with #BFAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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