Html Css Color HEX #B9A17F Pavlova

📋 copy color: '#B9A17F'

red 185 ◦ green 161 ◦ blue 127

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

Shades of Pavlova #B9A17F

Tints of Pavlova #B9A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.04%

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

R = 39.11%
G = 34.04%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9A17F (or 0xB9A17F) is known color: Pavlova. HEX triplet: B9, A1 and 7F. RGB value is (185,161,127). Sum of RGB (Red+Green+Blue) = 185+161+127=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A17F is #465E80. Grayscale: #A4A4A4. Windows color (decimal): -4611713 or 8364473. OLE color: 8364473.

HSL color Cylindrical-coordinate representation of color #B9A17F: hue angle of 35.17º 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 #B9A17F is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 127 -
CMYK 0 0.13 0.31 0.27
HSL 35.17º 0.29% 0.61% -
HSV(B) 35.17º 0.31% 0.73% -
XYZ 36.58 37.34 25.36 -
YUV 164.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 185 161 127 0 0.13 0.31 0.27 35.17 0.29 0.61
Hex B9 A1 7F 0 D 1F 1B 23 1D 3D
Octal 271 241 177 0 15 37 33 43 35 75
Binary 10111001 10100001 1111111 0 1101 11111 11011 100011 11101 111101

Color Harmonies of #B9A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A17F

Black with #B9A17F

Text Example


Text Example

White with #B9A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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