Html Css Color HEX #B9A779 Pavlova

📋 copy color: '#B9A779'

red 185 ◦ green 167 ◦ blue 121

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

Shades of Pavlova #B9A779

Tints of Pavlova #B9A779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.31%

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 39.11%
G = 35.31%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B9A779 (or 0xB9A779) is known color: Pavlova. HEX triplet: B9, A7 and 79. RGB value is (185,167,121). Sum of RGB (Red+Green+Blue) = 185+167+121=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A779 is #465886. Grayscale: #A7A7A7. Windows color (decimal): -4610183 or 7972793. OLE color: 7972793.

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

Color convert

RGB 185 167 121 -
CMYK 0 0.10 0.35 0.27
HSL 43.13º 0.31% 0.6% -
HSV(B) 43.13º 0.35% 0.73% -
XYZ 37.28 39.33 23.72 -
YUV 167.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 185 167 121 0 0.10 0.35 0.27 43.13 0.31 0.6
Hex B9 A7 79 0 A 23 1B 2B 1F 3C
Octal 271 247 171 0 12 43 33 53 37 74
Binary 10111001 10100111 1111001 0 1010 100011 11011 101011 11111 111100

Color Harmonies of #B9A779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A779

Black with #B9A779

Text Example


Text Example

White with #B9A779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A779; }

 p { color: rgb(185,167,121); }

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

background-color css

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

 a { background-color: rgb(185,167,121); }

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

border-color css

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

 span { border-color: rgb(185,167,121); }

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