Html Css Color HEX #BBA485 Pavlova

📋 copy color: '#BBA485'

red 187 ◦ green 164 ◦ blue 133

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

Shades of Pavlova #BBA485

Tints of Pavlova #BBA485

RGB

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

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

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

R = 38.64%
G = 33.88%
B = 27.48%

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

#BBA485 (or 0xBBA485) is known color: Pavlova. HEX triplet: BB, A4 and 85. RGB value is (187,164,133). Sum of RGB (Red+Green+Blue) = 187+164+133=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA485 is #445B7A. Grayscale: #A7A7A7. Windows color (decimal): -4479867 or 8758459. OLE color: 8758459.

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

Color convert

RGB 187 164 133 -
CMYK 0 0.12 0.29 0.27
HSL 34.44º 0.28% 0.63% -
HSV(B) 34.44º 0.29% 0.73% -
XYZ 38 38.81 27.68 -
YUV 167.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 187 164 133 0 0.12 0.29 0.27 34.44 0.28 0.63
Hex BB A4 85 0 C 1D 1B 22 1C 3F
Octal 273 244 205 0 14 35 33 42 34 77
Binary 10111011 10100100 10000101 0 1100 11101 11011 100010 11100 111111

Color Harmonies of #BBA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA485

Black with #BBA485

Text Example


Text Example

White with #BBA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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