Html Css Color HEX #B9AA7C Pavlova

📋 copy color: '#B9AA7C'

red 185 ◦ green 170 ◦ blue 124

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

Shades of Pavlova #B9AA7C

Tints of Pavlova #B9AA7C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 38.62%
G = 35.49%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9AA7C (or 0xB9AA7C) is known color: Pavlova. HEX triplet: B9, AA and 7C. RGB value is (185,170,124). Sum of RGB (Red+Green+Blue) = 185+170+124=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA7C is #465583. Grayscale: #A9A9A9. Windows color (decimal): -4609412 or 8170169. OLE color: 8170169.

HSL color Cylindrical-coordinate representation of color #B9AA7C: hue angle of 45.25º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9AA7C is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 170 124 -
CMYK 0 0.08 0.33 0.27
HSL 45.25º 0.3% 0.61% -
HSV(B) 45.25º 0.33% 0.73% -
XYZ 38.02 40.52 24.89 -
YUV 169.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 185 170 124 0 0.08 0.33 0.27 45.25 0.3 0.61
Hex B9 AA 7C 0 8 21 1B 2D 1E 3D
Octal 271 252 174 0 10 41 33 55 36 75
Binary 10111001 10101010 1111100 0 1000 100001 11011 101101 11110 111101

Color Harmonies of #B9AA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA7C

Black with #B9AA7C

Text Example


Text Example

White with #B9AA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA7C; }

 p { color: rgb(185,170,124); }

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

background-color css

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

 a { background-color: rgb(185,170,124); }

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

border-color css

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

 span { border-color: rgb(185,170,124); }

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