Html Css Color HEX #BFA982 Pavlova

📋 copy color: '#BFA982'

red 191 ◦ green 169 ◦ blue 130

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

Shades of Pavlova #BFA982

Tints of Pavlova #BFA982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

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

R = 38.98%
G = 34.49%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFA982 (or 0xBFA982) is known color: Pavlova. HEX triplet: BF, A9 and 82. RGB value is (191,169,130). Sum of RGB (Red+Green+Blue) = 191+169+130=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA982 is #40567D. Grayscale: #ABABAB. Windows color (decimal): -4216446 or 8563135. OLE color: 8563135.

HSL color Cylindrical-coordinate representation of color #BFA982: hue angle of 38.36º 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 #BFA982 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 169 130 -
CMYK 0 0.12 0.32 0.25
HSL 38.36º 0.32% 0.63% -
HSV(B) 38.36º 0.32% 0.75% -
XYZ 39.7 41.06 26.95 -
YUV 171.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 191 169 130 0 0.12 0.32 0.25 38.36 0.32 0.63
Hex BF A9 82 0 C 20 19 26 20 3F
Octal 277 251 202 0 14 40 31 46 40 77
Binary 10111111 10101001 10000010 0 1100 100000 11001 100110 100000 111111

Color Harmonies of #BFA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA982

Black with #BFA982

Text Example


Text Example

White with #BFA982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA982; }

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

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

background-color css

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

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

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

border-color css

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

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

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