Html Css Color HEX #BBA585 Pavlova

📋 copy color: '#BBA585'

red 187 ◦ green 165 ◦ blue 133

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

Shades of Pavlova #BBA585

Tints of Pavlova #BBA585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 38.56%
G = 34.02%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBA585 (or 0xBBA585) is known color: Pavlova. HEX triplet: BB, A5 and 85. RGB value is (187,165,133). Sum of RGB (Red+Green+Blue) = 187+165+133=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA585 is #445A7A. Grayscale: #A8A8A8. Windows color (decimal): -4479611 or 8758715. OLE color: 8758715.

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

Color convert

RGB 187 165 133 -
CMYK 0 0.12 0.29 0.27
HSL 35.56º 0.28% 0.63% -
HSV(B) 35.56º 0.29% 0.73% -
XYZ 38.18 39.17 27.74 -
YUV 167.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 187 165 133 0 0.12 0.29 0.27 35.56 0.28 0.63
Hex BB A5 85 0 C 1D 1B 24 1C 3F
Octal 273 245 205 0 14 35 33 44 34 77
Binary 10111011 10100101 10000101 0 1100 11101 11011 100100 11100 111111

Color Harmonies of #BBA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA585

Black with #BBA585

Text Example


Text Example

White with #BBA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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