Html Css Color HEX #B9A281 Pavlova

📋 copy color: '#B9A281'

red 185 ◦ green 162 ◦ blue 129

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

Shades of Pavlova #B9A281

Tints of Pavlova #B9A281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 38.87%
G = 34.03%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B9A281 (or 0xB9A281) is known color: Pavlova. HEX triplet: B9, A2 and 81. RGB value is (185,162,129). Sum of RGB (Red+Green+Blue) = 185+162+129=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A281 is #465D7E. Grayscale: #A5A5A5. Windows color (decimal): -4611455 or 8495801. OLE color: 8495801.

HSL color Cylindrical-coordinate representation of color #B9A281: hue angle of 35.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A281 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 129 -
CMYK 0 0.12 0.30 0.27
HSL 35.36º 0.29% 0.62% -
HSV(B) 35.36º 0.3% 0.73% -
XYZ 36.89 37.74 26.11 -
YUV 165.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 185 162 129 0 0.12 0.30 0.27 35.36 0.29 0.62
Hex B9 A2 81 0 C 1E 1B 23 1D 3E
Octal 271 242 201 0 14 36 33 43 35 76
Binary 10111001 10100010 10000001 0 1100 11110 11011 100011 11101 111110

Color Harmonies of #B9A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A281

Black with #B9A281

Text Example


Text Example

White with #B9A281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A281; }

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

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

background-color css

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

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

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

border-color css

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

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

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