Html Css Color HEX #B9A67C Pavlova

📋 copy color: '#B9A67C'

red 185 ◦ green 166 ◦ blue 124

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

Shades of Pavlova #B9A67C

Tints of Pavlova #B9A67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.95%

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

R = 38.95%
G = 34.95%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9A67C (or 0xB9A67C) is known color: Pavlova. HEX triplet: B9, A6 and 7C. RGB value is (185,166,124). Sum of RGB (Red+Green+Blue) = 185+166+124=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A67C is #465983. Grayscale: #A7A7A7. Windows color (decimal): -4610436 or 8169145. OLE color: 8169145.

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

Color convert

RGB 185 166 124 -
CMYK 0 0.10 0.33 0.27
HSL 41.31º 0.3% 0.61% -
HSV(B) 41.31º 0.33% 0.73% -
XYZ 37.28 39.04 24.64 -
YUV 166.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 185 166 124 0 0.10 0.33 0.27 41.31 0.3 0.61
Hex B9 A6 7C 0 A 21 1B 29 1E 3D
Octal 271 246 174 0 12 41 33 51 36 75
Binary 10111001 10100110 1111100 0 1010 100001 11011 101001 11110 111101

Color Harmonies of #B9A67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A67C

Black with #B9A67C

Text Example


Text Example

White with #B9A67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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