Html Css Color HEX #B9A17C Pavlova

📋 copy color: '#B9A17C'

red 185 ◦ green 161 ◦ blue 124

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

Shades of Pavlova #B9A17C

Tints of Pavlova #B9A17C

RGB

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

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

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

R = 39.36%
G = 34.26%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9A17C (or 0xB9A17C) is known color: Pavlova. HEX triplet: B9, A1 and 7C. RGB value is (185,161,124). Sum of RGB (Red+Green+Blue) = 185+161+124=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A17C is #465E83. Grayscale: #A4A4A4. Windows color (decimal): -4611716 or 8167865. OLE color: 8167865.

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

Color convert

RGB 185 161 124 -
CMYK 0 0.13 0.33 0.27
HSL 36.39º 0.3% 0.61% -
HSV(B) 36.39º 0.33% 0.73% -
XYZ 36.39 37.26 24.34 -
YUV 163.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 185 161 124 0 0.13 0.33 0.27 36.39 0.3 0.61
Hex B9 A1 7C 0 D 21 1B 24 1E 3D
Octal 271 241 174 0 15 41 33 44 36 75
Binary 10111001 10100001 1111100 0 1101 100001 11011 100100 11110 111101

Color Harmonies of #B9A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A17C

Black with #B9A17C

Text Example


Text Example

White with #B9A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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