Html Css Color HEX #B9A380 Pavlova

📋 copy color: '#B9A380'

red 185 ◦ green 163 ◦ blue 128

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

Shades of Pavlova #B9A380

Tints of Pavlova #B9A380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.24%

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

R = 38.87%
G = 34.24%
B = 26.89%

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

#B9A380 (or 0xB9A380) is known color: Pavlova. HEX triplet: B9, A3 and 80. RGB value is (185,163,128). Sum of RGB (Red+Green+Blue) = 185+163+128=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A380 is #465C7F. Grayscale: #A5A5A5. Windows color (decimal): -4611200 or 8430521. OLE color: 8430521.

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

Color convert

RGB 185 163 128 -
CMYK 0 0.12 0.31 0.27
HSL 36.84º 0.29% 0.61% -
HSV(B) 36.84º 0.31% 0.73% -
XYZ 37 38.07 25.82 -
YUV 165.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 185 163 128 0 0.12 0.31 0.27 36.84 0.29 0.61
Hex B9 A3 80 0 C 1F 1B 25 1D 3D
Octal 271 243 200 0 14 37 33 45 35 75
Binary 10111001 10100011 10000000 0 1100 11111 11011 100101 11101 111101

Color Harmonies of #B9A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A380

Black with #B9A380

Text Example


Text Example

White with #B9A380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A380; }

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

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

background-color css

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

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

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

border-color css

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

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

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