Html Css Color HEX #BBA98A Pavlova

📋 copy color: '#BBA98A'

red 187 ◦ green 169 ◦ blue 138

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

Shades of Pavlova #BBA98A

Tints of Pavlova #BBA98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 37.85%
G = 34.21%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBA98A (or 0xBBA98A) is known color: Pavlova. HEX triplet: BB, A9 and 8A. RGB value is (187,169,138). Sum of RGB (Red+Green+Blue) = 187+169+138=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA98A is #445675. Grayscale: #AAAAAA. Windows color (decimal): -4478582 or 9087419. OLE color: 9087419.

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

Color convert

RGB 187 169 138 -
CMYK 0 0.10 0.26 0.27
HSL 37.96º 0.26% 0.64% -
HSV(B) 37.96º 0.26% 0.73% -
XYZ 39.27 40.78 29.85 -
YUV 170.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 187 169 138 0 0.10 0.26 0.27 37.96 0.26 0.64
Hex BB A9 8A 0 A 1A 1B 26 1A 40
Octal 273 251 212 0 12 32 33 46 32 100
Binary 10111011 10101001 10001010 0 1010 11010 11011 100110 11010 1000000

Color Harmonies of #BBA98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA98A

Black with #BBA98A

Text Example


Text Example

White with #BBA98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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