Html Css Color HEX #B9A383 Pavlova

📋 copy color: '#B9A383'

red 185 ◦ green 163 ◦ blue 131

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

Shades of Pavlova #B9A383

Tints of Pavlova #B9A383

RGB

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

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

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

R = 38.62%
G = 34.03%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B9A383 (or 0xB9A383) is known color: Pavlova. HEX triplet: B9, A3 and 83. RGB value is (185,163,131). Sum of RGB (Red+Green+Blue) = 185+163+131=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A383 is #465C7C. Grayscale: #A6A6A6. Windows color (decimal): -4611197 or 8627129. OLE color: 8627129.

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

Color convert

RGB 185 163 131 -
CMYK 0 0.12 0.29 0.27
HSL 35.56º 0.28% 0.62% -
HSV(B) 35.56º 0.29% 0.73% -
XYZ 37.2 38.15 26.88 -
YUV 165.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 185 163 131 0 0.12 0.29 0.27 35.56 0.28 0.62
Hex B9 A3 83 0 C 1D 1B 24 1C 3E
Octal 271 243 203 0 14 35 33 44 34 76
Binary 10111001 10100011 10000011 0 1100 11101 11011 100100 11100 111110

Color Harmonies of #B9A383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A383

Black with #B9A383

Text Example


Text Example

White with #B9A383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A383; }

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

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

background-color css

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

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

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

border-color css

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

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

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