Html Css Color HEX #BBA881 Pavlova

📋 copy color: '#BBA881'

red 187 ◦ green 168 ◦ blue 129

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

Shades of Pavlova #BBA881

Tints of Pavlova #BBA881

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.71%

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 38.64%
G = 34.71%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BBA881 (or 0xBBA881) is known color: Pavlova. HEX triplet: BB, A8 and 81. RGB value is (187,168,129). Sum of RGB (Red+Green+Blue) = 187+168+129=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA881 is #44577E. Grayscale: #A9A9A9. Windows color (decimal): -4478847 or 8497339. OLE color: 8497339.

HSL color Cylindrical-coordinate representation of color #BBA881: hue angle of 40.34º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA881 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 129 -
CMYK 0 0.10 0.31 0.27
HSL 40.34º 0.3% 0.62% -
HSV(B) 40.34º 0.31% 0.73% -
XYZ 38.46 40.16 26.49 -
YUV 169.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 187 168 129 0 0.10 0.31 0.27 40.34 0.3 0.62
Hex BB A8 81 0 A 1F 1B 28 1E 3E
Octal 273 250 201 0 12 37 33 50 36 76
Binary 10111011 10101000 10000001 0 1010 11111 11011 101000 11110 111110

Color Harmonies of #BBA881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA881

Black with #BBA881

Text Example


Text Example

White with #BBA881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA881; }

 p { color: rgb(187,168,129); }

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

background-color css

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

 a { background-color: rgb(187,168,129); }

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

border-color css

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

 span { border-color: rgb(187,168,129); }

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