Html Css Color HEX #B9A98A Pavlova

📋 copy color: '#B9A98A'

red 185 ◦ green 169 ◦ blue 138

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

Shades of Pavlova #B9A98A

Tints of Pavlova #B9A98A

RGB

 RED value IS 185 (72.66% from 255) = 37.6%

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

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

R = 37.6%
G = 34.35%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9A98A (or 0xB9A98A) is known color: Pavlova. HEX triplet: B9, A9 and 8A. RGB value is (185,169,138). Sum of RGB (Red+Green+Blue) = 185+169+138=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A98A is #465675. Grayscale: #AAAAAA. Windows color (decimal): -4609654 or 9087417. OLE color: 9087417.

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

Color convert

RGB 185 169 138 -
CMYK 0 0.09 0.25 0.27
HSL 39.57º 0.25% 0.63% -
HSV(B) 39.57º 0.25% 0.73% -
XYZ 38.78 40.53 29.82 -
YUV 170.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 185 169 138 0 0.09 0.25 0.27 39.57 0.25 0.63
Hex B9 A9 8A 0 9 19 1B 28 19 3F
Octal 271 251 212 0 11 31 33 50 31 77
Binary 10111001 10101001 10001010 0 1001 11001 11011 101000 11001 111111

Color Harmonies of #B9A98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A98A

Black with #B9A98A

Text Example


Text Example

White with #B9A98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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