Html Css Color HEX #BBA686 Pavlova

📋 copy color: '#BBA686'

red 187 ◦ green 166 ◦ blue 134

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

Shades of Pavlova #BBA686

Tints of Pavlova #BBA686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.09%

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

R = 38.4%
G = 34.09%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BBA686 (or 0xBBA686) is known color: Pavlova. HEX triplet: BB, A6 and 86. RGB value is (187,166,134). Sum of RGB (Red+Green+Blue) = 187+166+134=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA686 is #445979. Grayscale: #A8A8A8. Windows color (decimal): -4479354 or 8824507. OLE color: 8824507.

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

Color convert

RGB 187 166 134 -
CMYK 0 0.11 0.28 0.27
HSL 36.23º 0.28% 0.63% -
HSV(B) 36.23º 0.28% 0.73% -
XYZ 38.43 39.56 28.16 -
YUV 168.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 187 166 134 0 0.11 0.28 0.27 36.23 0.28 0.63
Hex BB A6 86 0 B 1C 1B 24 1C 3F
Octal 273 246 206 0 13 34 33 44 34 77
Binary 10111011 10100110 10000110 0 1011 11100 11011 100100 11100 111111

Color Harmonies of #BBA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA686

Black with #BBA686

Text Example


Text Example

White with #BBA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA686; }

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

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

background-color css

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

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

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

border-color css

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

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

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