Html Css Color HEX #BBA98D Pavlova

📋 copy color: '#BBA98D'

red 187 ◦ green 169 ◦ blue 141

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

Shades of Pavlova #BBA98D

Tints of Pavlova #BBA98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34%

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

R = 37.63%
G = 34%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBA98D (or 0xBBA98D) is known color: Pavlova. HEX triplet: BB, A9 and 8D. RGB value is (187,169,141). Sum of RGB (Red+Green+Blue) = 187+169+141=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA98D is #445672. Grayscale: #ABABAB. Windows color (decimal): -4478579 or 9284027. OLE color: 9284027.

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

Color convert

RGB 187 169 141 -
CMYK 0 0.10 0.25 0.27
HSL 36.52º 0.25% 0.64% -
HSV(B) 36.52º 0.25% 0.73% -
XYZ 39.49 40.86 31.01 -
YUV 171.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 187 169 141 0 0.10 0.25 0.27 36.52 0.25 0.64
Hex BB A9 8D 0 A 19 1B 25 19 40
Octal 273 251 215 0 12 31 33 45 31 100
Binary 10111011 10101001 10001101 0 1010 11001 11011 100101 11001 1000000

Color Harmonies of #BBA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA98D

Black with #BBA98D

Text Example


Text Example

White with #BBA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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