Html Css Color HEX #BFAB82 Pavlova

📋 copy color: '#BFAB82'

red 191 ◦ green 171 ◦ blue 130

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

Shades of Pavlova #BFAB82

Tints of Pavlova #BFAB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.42%

R = 38.82%
G = 34.76%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFAB82 (or 0xBFAB82) is known color: Pavlova. HEX triplet: BF, AB and 82. RGB value is (191,171,130). Sum of RGB (Red+Green+Blue) = 191+171+130=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB82 is #40547D. Grayscale: #ACACAC. Windows color (decimal): -4215934 or 8563647. OLE color: 8563647.

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

Color convert

RGB 191 171 130 -
CMYK 0 0.10 0.32 0.25
HSL 40.33º 0.32% 0.63% -
HSV(B) 40.33º 0.32% 0.75% -
XYZ 40.08 41.81 27.08 -
YUV 172.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 191 171 130 0 0.10 0.32 0.25 40.33 0.32 0.63
Hex BF AB 82 0 A 20 19 28 20 3F
Octal 277 253 202 0 12 40 31 50 40 77
Binary 10111111 10101011 10000010 0 1010 100000 11001 101000 100000 111111

Color Harmonies of #BFAB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB82

Black with #BFAB82

Text Example


Text Example

White with #BFAB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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