Html Css Color HEX #B9A280 Pavlova

📋 copy color: '#B9A280'

red 185 ◦ green 162 ◦ blue 128

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

Shades of Pavlova #B9A280

Tints of Pavlova #B9A280

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.11%

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

R = 38.95%
G = 34.11%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9A280 (or 0xB9A280) is known color: Pavlova. HEX triplet: B9, A2 and 80. RGB value is (185,162,128). Sum of RGB (Red+Green+Blue) = 185+162+128=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A280 is #465D7F. Grayscale: #A5A5A5. Windows color (decimal): -4611456 or 8430265. OLE color: 8430265.

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

Color convert

RGB 185 162 128 -
CMYK 0 0.12 0.31 0.27
HSL 35.79º 0.29% 0.61% -
HSV(B) 35.79º 0.31% 0.73% -
XYZ 36.82 37.71 25.76 -
YUV 165 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 185 162 128 0 0.12 0.31 0.27 35.79 0.29 0.61
Hex B9 A2 80 0 C 1F 1B 24 1D 3D
Octal 271 242 200 0 14 37 33 44 35 75
Binary 10111001 10100010 10000000 0 1100 11111 11011 100100 11101 111101

Color Harmonies of #B9A280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A280

Black with #B9A280

Text Example


Text Example

White with #B9A280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A280; }

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

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

background-color css

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

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

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

border-color css

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

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

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