Html Css Color HEX #B9A87F Pavlova

📋 copy color: '#B9A87F'

red 185 ◦ green 168 ◦ blue 127

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

Shades of Pavlova #B9A87F

Tints of Pavlova #B9A87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.46%

R = 38.54%
G = 35%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9A87F (or 0xB9A87F) is known color: Pavlova. HEX triplet: B9, A8 and 7F. RGB value is (185,168,127). Sum of RGB (Red+Green+Blue) = 185+168+127=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A87F is #465780. Grayscale: #A8A8A8. Windows color (decimal): -4609921 or 8366265. OLE color: 8366265.

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

Color convert

RGB 185 168 127 -
CMYK 0 0.09 0.31 0.27
HSL 42.41º 0.29% 0.61% -
HSV(B) 42.41º 0.31% 0.73% -
XYZ 37.84 39.85 25.78 -
YUV 168.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 185 168 127 0 0.09 0.31 0.27 42.41 0.29 0.61
Hex B9 A8 7F 0 9 1F 1B 2A 1D 3D
Octal 271 250 177 0 11 37 33 52 35 75
Binary 10111001 10101000 1111111 0 1001 11111 11011 101010 11101 111101

Color Harmonies of #B9A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A87F

Black with #B9A87F

Text Example


Text Example

White with #B9A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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