Html Css Color HEX #BFAB8A Pavlova

📋 copy color: '#BFAB8A'

red 191 ◦ green 171 ◦ blue 138

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

Shades of Pavlova #BFAB8A

Tints of Pavlova #BFAB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 38.2%
G = 34.2%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFAB8A (or 0xBFAB8A) is known color: Pavlova. HEX triplet: BF, AB and 8A. RGB value is (191,171,138). Sum of RGB (Red+Green+Blue) = 191+171+138=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB8A is #405475. Grayscale: #ADADAD. Windows color (decimal): -4215926 or 9087935. OLE color: 9087935.

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

Color convert

RGB 191 171 138 -
CMYK 0 0.10 0.28 0.25
HSL 37.36º 0.29% 0.65% -
HSV(B) 37.36º 0.28% 0.75% -
XYZ 40.64 42.04 30.02 -
YUV 173.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 191 171 138 0 0.10 0.28 0.25 37.36 0.29 0.65
Hex BF AB 8A 0 A 1C 19 25 1D 41
Octal 277 253 212 0 12 34 31 45 35 101
Binary 10111111 10101011 10001010 0 1010 11100 11001 100101 11101 1000001

Color Harmonies of #BFAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB8A

Black with #BFAB8A

Text Example


Text Example

White with #BFAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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