Html Css Color HEX #B9A17D Pavlova

📋 copy color: '#B9A17D'

red 185 ◦ green 161 ◦ blue 125

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

Shades of Pavlova #B9A17D

Tints of Pavlova #B9A17D

RGB

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

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

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

R = 39.28%
G = 34.18%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9A17D (or 0xB9A17D) is known color: Pavlova. HEX triplet: B9, A1 and 7D. RGB value is (185,161,125). Sum of RGB (Red+Green+Blue) = 185+161+125=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A17D is #465E82. Grayscale: #A4A4A4. Windows color (decimal): -4611715 or 8233401. OLE color: 8233401.

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

Color convert

RGB 185 161 125 -
CMYK 0 0.13 0.32 0.27
HSL 36º 0.3% 0.61% -
HSV(B) 36º 0.32% 0.73% -
XYZ 36.45 37.28 24.68 -
YUV 164.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 185 161 125 0 0.13 0.32 0.27 36 0.3 0.61
Hex B9 A1 7D 0 D 20 1B 24 1E 3D
Octal 271 241 175 0 15 40 33 44 36 75
Binary 10111001 10100001 1111101 0 1101 100000 11011 100100 11110 111101

Color Harmonies of #B9A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A17D

Black with #B9A17D

Text Example


Text Example

White with #B9A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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