Html Css Color HEX #BBAD8D Pavlova

📋 copy color: '#BBAD8D'

red 187 ◦ green 173 ◦ blue 141

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

Shades of Pavlova #BBAD8D

Tints of Pavlova #BBAD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 141 (55.47% from 255) = 28.14%

R = 37.33%
G = 34.53%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBAD8D (or 0xBBAD8D) is known color: Pavlova. HEX triplet: BB, AD and 8D. RGB value is (187,173,141). Sum of RGB (Red+Green+Blue) = 187+173+141=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD8D is #445272. Grayscale: #ADADAD. Windows color (decimal): -4477555 or 9285051. OLE color: 9285051.

HSL color Cylindrical-coordinate representation of color #BBAD8D: hue angle of 41.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAD8D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 141 -
CMYK 0 0.07 0.25 0.27
HSL 41.74º 0.25% 0.64% -
HSV(B) 41.74º 0.25% 0.73% -
XYZ 40.24 42.38 31.26 -
YUV 173.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 187 173 141 0 0.07 0.25 0.27 41.74 0.25 0.64
Hex BB AD 8D 0 7 19 1B 2A 19 40
Octal 273 255 215 0 7 31 33 52 31 100
Binary 10111011 10101101 10001101 0 111 11001 11011 101010 11001 1000000

Color Harmonies of #BBAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD8D

Black with #BBAD8D

Text Example


Text Example

White with #BBAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD8D; }

 p { color: rgb(187,173,141); }

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

background-color css

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

 a { background-color: rgb(187,173,141); }

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

border-color css

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

 span { border-color: rgb(187,173,141); }

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