Html Css Color HEX #BBA586 Pavlova

📋 copy color: '#BBA586'

red 187 ◦ green 165 ◦ blue 134

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

Shades of Pavlova #BBA586

Tints of Pavlova #BBA586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

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

R = 38.48%
G = 33.95%
B = 27.57%

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

#BBA586 (or 0xBBA586) is known color: Pavlova. HEX triplet: BB, A5 and 86. RGB value is (187,165,134). Sum of RGB (Red+Green+Blue) = 187+165+134=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA586 is #445A79. Grayscale: #A8A8A8. Windows color (decimal): -4479610 or 8824251. OLE color: 8824251.

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

Color convert

RGB 187 165 134 -
CMYK 0 0.12 0.28 0.27
HSL 35.09º 0.28% 0.63% -
HSV(B) 35.09º 0.28% 0.73% -
XYZ 38.25 39.2 28.1 -
YUV 168.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 187 165 134 0 0.12 0.28 0.27 35.09 0.28 0.63
Hex BB A5 86 0 C 1C 1B 23 1C 3F
Octal 273 245 206 0 14 34 33 43 34 77
Binary 10111011 10100101 10000110 0 1100 11100 11011 100011 11100 111111

Color Harmonies of #BBA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA586

Black with #BBA586

Text Example


Text Example

White with #BBA586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA586; }

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

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

background-color css

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

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

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

border-color css

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

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

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