Html Css Color HEX #BFAB8E Pavlova

📋 copy color: '#BFAB8E'

red 191 ◦ green 171 ◦ blue 142

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

Shades of Pavlova #BFAB8E

Tints of Pavlova #BFAB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.17%

R = 37.9%
G = 33.93%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BFAB8E (or 0xBFAB8E) is known color: Pavlova. HEX triplet: BF, AB and 8E. RGB value is (191,171,142). Sum of RGB (Red+Green+Blue) = 191+171+142=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB8E is #405471. Grayscale: #ADADAD. Windows color (decimal): -4215922 or 9350079. OLE color: 9350079.

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

Color convert

RGB 191 171 142 -
CMYK 0 0.10 0.26 0.25
HSL 35.51º 0.28% 0.65% -
HSV(B) 35.51º 0.26% 0.75% -
XYZ 40.93 42.16 31.57 -
YUV 173.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 191 171 142 0 0.10 0.26 0.25 35.51 0.28 0.65
Hex BF AB 8E 0 A 1A 19 24 1C 41
Octal 277 253 216 0 12 32 31 44 34 101
Binary 10111111 10101011 10001110 0 1010 11010 11001 100100 11100 1000001

Color Harmonies of #BFAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB8E

Black with #BFAB8E

Text Example


Text Example

White with #BFAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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