Html Css Color HEX #BFAA82 Pavlova

📋 copy color: '#BFAA82'

red 191 ◦ green 170 ◦ blue 130

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

Shades of Pavlova #BFAA82

Tints of Pavlova #BFAA82

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.62%

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

R = 38.9%
G = 34.62%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFAA82 (or 0xBFAA82) is known color: Pavlova. HEX triplet: BF, AA and 82. RGB value is (191,170,130). Sum of RGB (Red+Green+Blue) = 191+170+130=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA82 is #40557D. Grayscale: #ABABAB. Windows color (decimal): -4216190 or 8563391. OLE color: 8563391.

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

Color convert

RGB 191 170 130 -
CMYK 0 0.11 0.32 0.25
HSL 39.34º 0.32% 0.63% -
HSV(B) 39.34º 0.32% 0.75% -
XYZ 39.89 41.44 27.01 -
YUV 171.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 191 170 130 0 0.11 0.32 0.25 39.34 0.32 0.63
Hex BF AA 82 0 B 20 19 27 20 3F
Octal 277 252 202 0 13 40 31 47 40 77
Binary 10111111 10101010 10000010 0 1011 100000 11001 100111 100000 111111

Color Harmonies of #BFAA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA82

Black with #BFAA82

Text Example


Text Example

White with #BFAA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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