Html Css Color HEX #B9A580 Pavlova

📋 copy color: '#B9A580'

red 185 ◦ green 165 ◦ blue 128

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

Shades of Pavlova #B9A580

Tints of Pavlova #B9A580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 38.7%
G = 34.52%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9A580 (or 0xB9A580) is known color: Pavlova. HEX triplet: B9, A5 and 80. RGB value is (185,165,128). Sum of RGB (Red+Green+Blue) = 185+165+128=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A580 is #465A7F. Grayscale: #A6A6A6. Windows color (decimal): -4610688 or 8431033. OLE color: 8431033.

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

Color convert

RGB 185 165 128 -
CMYK 0 0.11 0.31 0.27
HSL 38.95º 0.29% 0.61% -
HSV(B) 38.95º 0.31% 0.73% -
XYZ 37.36 38.78 25.94 -
YUV 166.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 185 165 128 0 0.11 0.31 0.27 38.95 0.29 0.61
Hex B9 A5 80 0 B 1F 1B 27 1D 3D
Octal 271 245 200 0 13 37 33 47 35 75
Binary 10111001 10100101 10000000 0 1011 11111 11011 100111 11101 111101

Color Harmonies of #B9A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A580

Black with #B9A580

Text Example


Text Example

White with #B9A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A580; }

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

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

background-color css

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

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

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

border-color css

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

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

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