Html Css Color HEX #B9A983 Pavlova

📋 copy color: '#B9A983'

red 185 ◦ green 169 ◦ blue 131

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

Shades of Pavlova #B9A983

Tints of Pavlova #B9A983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.85%

 BLUE value IS 131 (51.56% from 255) = 27.01%

R = 38.14%
G = 34.85%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B9A983 (or 0xB9A983) is known color: Pavlova. HEX triplet: B9, A9 and 83. RGB value is (185,169,131). Sum of RGB (Red+Green+Blue) = 185+169+131=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A983 is #46567C. Grayscale: #A9A9A9. Windows color (decimal): -4609661 or 8628665. OLE color: 8628665.

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

Color convert

RGB 185 169 131 -
CMYK 0 0.09 0.29 0.27
HSL 42.22º 0.28% 0.62% -
HSV(B) 42.22º 0.29% 0.73% -
XYZ 38.29 40.33 27.24 -
YUV 169.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 185 169 131 0 0.09 0.29 0.27 42.22 0.28 0.62
Hex B9 A9 83 0 9 1D 1B 2A 1C 3E
Octal 271 251 203 0 11 35 33 52 34 76
Binary 10111001 10101001 10000011 0 1001 11101 11011 101010 11100 111110

Color Harmonies of #B9A983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A983

Black with #B9A983

Text Example


Text Example

White with #B9A983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A983; }

 p { color: rgb(185,169,131); }

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

background-color css

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

 a { background-color: rgb(185,169,131); }

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

border-color css

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

 span { border-color: rgb(185,169,131); }

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