Html Css Color HEX #BBA486 Pavlova

📋 copy color: '#BBA486'

red 187 ◦ green 164 ◦ blue 134

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

Shades of Pavlova #BBA486

Tints of Pavlova #BBA486

RGB

 RED value IS 187 (73.44% from 255) = 38.56%

 GREEN value IS 164 (64.45% from 255) = 33.81%

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 38.56%
G = 33.81%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BBA486 (or 0xBBA486) is known color: Pavlova. HEX triplet: BB, A4 and 86. RGB value is (187,164,134). Sum of RGB (Red+Green+Blue) = 187+164+134=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA486 is #445B79. Grayscale: #A7A7A7. Windows color (decimal): -4479866 or 8823995. OLE color: 8823995.

HSL color Cylindrical-coordinate representation of color #BBA486: hue angle of 33.96º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA486 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 134 -
CMYK 0 0.12 0.28 0.27
HSL 33.96º 0.28% 0.63% -
HSV(B) 33.96º 0.28% 0.73% -
XYZ 38.07 38.84 28.04 -
YUV 167.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 187 164 134 0 0.12 0.28 0.27 33.96 0.28 0.63
Hex BB A4 86 0 C 1C 1B 22 1C 3F
Octal 273 244 206 0 14 34 33 42 34 77
Binary 10111011 10100100 10000110 0 1100 11100 11011 100010 11100 111111

Color Harmonies of #BBA486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA486

Black with #BBA486

Text Example


Text Example

White with #BBA486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA486; }

 p { color: rgb(187,164,134); }

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

background-color css

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

 a { background-color: rgb(187,164,134); }

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

border-color css

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

 span { border-color: rgb(187,164,134); }

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