Html Css Color HEX #BBA484 Pavlova

📋 copy color: '#BBA484'

red 187 ◦ green 164 ◦ blue 132

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

Shades of Pavlova #BBA484

Tints of Pavlova #BBA484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.33%

R = 38.72%
G = 33.95%
B = 27.33%

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

#BBA484 (or 0xBBA484) is known color: Pavlova. HEX triplet: BB, A4 and 84. RGB value is (187,164,132). Sum of RGB (Red+Green+Blue) = 187+164+132=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA484 is #445B7B. Grayscale: #A7A7A7. Windows color (decimal): -4479868 or 8692923. OLE color: 8692923.

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

Color convert

RGB 187 164 132 -
CMYK 0 0.12 0.29 0.27
HSL 34.91º 0.29% 0.63% -
HSV(B) 34.91º 0.29% 0.73% -
XYZ 37.93 38.78 27.32 -
YUV 167.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 187 164 132 0 0.12 0.29 0.27 34.91 0.29 0.63
Hex BB A4 84 0 C 1D 1B 23 1D 3F
Octal 273 244 204 0 14 35 33 43 35 77
Binary 10111011 10100100 10000100 0 1100 11101 11011 100011 11101 111111

Color Harmonies of #BBA484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA484

Black with #BBA484

Text Example


Text Example

White with #BBA484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA484; }

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

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

background-color css

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

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

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

border-color css

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

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

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