Html Css Color HEX #BBA885 Pavlova

📋 copy color: '#BBA885'

red 187 ◦ green 168 ◦ blue 133

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

Shades of Pavlova #BBA885

Tints of Pavlova #BBA885

RGB

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

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

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

R = 38.32%
G = 34.43%
B = 27.25%

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

#BBA885 (or 0xBBA885) is known color: Pavlova. HEX triplet: BB, A8 and 85. RGB value is (187,168,133). Sum of RGB (Red+Green+Blue) = 187+168+133=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA885 is #44577A. Grayscale: #A9A9A9. Windows color (decimal): -4478843 or 8759483. OLE color: 8759483.

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

Color convert

RGB 187 168 133 -
CMYK 0 0.10 0.29 0.27
HSL 38.89º 0.28% 0.63% -
HSV(B) 38.89º 0.29% 0.73% -
XYZ 38.73 40.26 27.92 -
YUV 169.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 187 168 133 0 0.10 0.29 0.27 38.89 0.28 0.63
Hex BB A8 85 0 A 1D 1B 27 1C 3F
Octal 273 250 205 0 12 35 33 47 34 77
Binary 10111011 10101000 10000101 0 1010 11101 11011 100111 11100 111111

Color Harmonies of #BBA885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA885

Black with #BBA885

Text Example


Text Example

White with #BBA885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA885; }

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

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

background-color css

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

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

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

border-color css

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

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

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