Html Css Color HEX #B9A574 Pavlova

📋 copy color: '#B9A574'

red 185 ◦ green 165 ◦ blue 116

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

Shades of Pavlova #B9A574

Tints of Pavlova #B9A574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 39.7%
G = 35.41%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B9A574 (or 0xB9A574) is known color: Pavlova. HEX triplet: B9, A5 and 74. RGB value is (185,165,116). Sum of RGB (Red+Green+Blue) = 185+165+116=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A574 is #465A8B. Grayscale: #A5A5A5. Windows color (decimal): -4610700 or 7644601. OLE color: 7644601.

HSL color Cylindrical-coordinate representation of color #B9A574: hue angle of 42.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9A574 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 116 -
CMYK 0 0.11 0.37 0.27
HSL 42.61º 0.33% 0.59% -
HSV(B) 42.61º 0.37% 0.73% -
XYZ 36.62 38.49 22.02 -
YUV 165.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 185 165 116 0 0.11 0.37 0.27 42.61 0.33 0.59
Hex B9 A5 74 0 B 25 1B 2B 21 3B
Octal 271 245 164 0 13 45 33 53 41 73
Binary 10111001 10100101 1110100 0 1011 100101 11011 101011 100001 111011

Color Harmonies of #B9A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A574

Black with #B9A574

Text Example


Text Example

White with #B9A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A574; }

 p { color: rgb(185,165,116); }

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

background-color css

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

 a { background-color: rgb(185,165,116); }

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

border-color css

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

 span { border-color: rgb(185,165,116); }

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