Html Css Color HEX #BBA98C Pavlova

📋 copy color: '#BBA98C'

red 187 ◦ green 169 ◦ blue 140

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

Shades of Pavlova #BBA98C

Tints of Pavlova #BBA98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 37.7%
G = 34.07%
B = 28.23%

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

#BBA98C (or 0xBBA98C) is known color: Pavlova. HEX triplet: BB, A9 and 8C. RGB value is (187,169,140). Sum of RGB (Red+Green+Blue) = 187+169+140=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA98C is #445673. Grayscale: #ABABAB. Windows color (decimal): -4478580 or 9218491. OLE color: 9218491.

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

Color convert

RGB 187 169 140 -
CMYK 0 0.10 0.25 0.27
HSL 37.02º 0.26% 0.64% -
HSV(B) 37.02º 0.25% 0.73% -
XYZ 39.42 40.83 30.62 -
YUV 171.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 187 169 140 0 0.10 0.25 0.27 37.02 0.26 0.64
Hex BB A9 8C 0 A 19 1B 25 1A 40
Octal 273 251 214 0 12 31 33 45 32 100
Binary 10111011 10101001 10001100 0 1010 11001 11011 100101 11010 1000000

Color Harmonies of #BBA98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA98C

Black with #BBA98C

Text Example


Text Example

White with #BBA98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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