Html Css Color HEX #B9A87D Pavlova

📋 copy color: '#B9A87D'

red 185 ◦ green 168 ◦ blue 125

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

Shades of Pavlova #B9A87D

Tints of Pavlova #B9A87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.15%

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 38.7%
G = 35.15%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9A87D (or 0xB9A87D) is known color: Pavlova. HEX triplet: B9, A8 and 7D. RGB value is (185,168,125). Sum of RGB (Red+Green+Blue) = 185+168+125=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A87D is #465782. Grayscale: #A8A8A8. Windows color (decimal): -4609923 or 8235193. OLE color: 8235193.

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

Color convert

RGB 185 168 125 -
CMYK 0 0.09 0.32 0.27
HSL 43º 0.3% 0.61% -
HSV(B) 43º 0.32% 0.73% -
XYZ 37.71 39.8 25.1 -
YUV 168.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 185 168 125 0 0.09 0.32 0.27 43 0.3 0.61
Hex B9 A8 7D 0 9 20 1B 2B 1E 3D
Octal 271 250 175 0 11 40 33 53 36 75
Binary 10111001 10101000 1111101 0 1001 100000 11011 101011 11110 111101

Color Harmonies of #B9A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A87D

Black with #B9A87D

Text Example


Text Example

White with #B9A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A87D; }

 p { color: rgb(185,168,125); }

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

background-color css

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

 a { background-color: rgb(185,168,125); }

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

border-color css

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

 span { border-color: rgb(185,168,125); }

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