Html Css Color HEX #BBA985 Pavlova

📋 copy color: '#BBA985'

red 187 ◦ green 169 ◦ blue 133

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

Shades of Pavlova #BBA985

Tints of Pavlova #BBA985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 38.24%
G = 34.56%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBA985 (or 0xBBA985) is known color: Pavlova. HEX triplet: BB, A9 and 85. RGB value is (187,169,133). Sum of RGB (Red+Green+Blue) = 187+169+133=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA985 is #44567A. Grayscale: #AAAAAA. Windows color (decimal): -4478587 or 8759739. OLE color: 8759739.

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

Color convert

RGB 187 169 133 -
CMYK 0 0.10 0.29 0.27
HSL 40º 0.28% 0.63% -
HSV(B) 40º 0.29% 0.73% -
XYZ 38.92 40.63 27.98 -
YUV 170.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 187 169 133 0 0.10 0.29 0.27 40 0.28 0.63
Hex BB A9 85 0 A 1D 1B 28 1C 3F
Octal 273 251 205 0 12 35 33 50 34 77
Binary 10111011 10101001 10000101 0 1010 11101 11011 101000 11100 111111

Color Harmonies of #BBA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA985

Black with #BBA985

Text Example


Text Example

White with #BBA985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA985; }

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

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

background-color css

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

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

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

border-color css

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

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

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