Html Css Color HEX #B9A782 Pavlova

📋 copy color: '#B9A782'

red 185 ◦ green 167 ◦ blue 130

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

Shades of Pavlova #B9A782

Tints of Pavlova #B9A782

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 38.38%
G = 34.65%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B9A782 (or 0xB9A782) is known color: Pavlova. HEX triplet: B9, A7 and 82. RGB value is (185,167,130). Sum of RGB (Red+Green+Blue) = 185+167+130=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A782 is #46587D. Grayscale: #A8A8A8. Windows color (decimal): -4610174 or 8562617. OLE color: 8562617.

HSL color Cylindrical-coordinate representation of color #B9A782: hue angle of 40.36º degrees, saturation: 0.28, 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 #B9A782 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 167 130 -
CMYK 0 0.10 0.30 0.27
HSL 40.36º 0.28% 0.62% -
HSV(B) 40.36º 0.3% 0.73% -
XYZ 37.86 39.56 26.76 -
YUV 168.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 185 167 130 0 0.10 0.30 0.27 40.36 0.28 0.62
Hex B9 A7 82 0 A 1E 1B 28 1C 3E
Octal 271 247 202 0 12 36 33 50 34 76
Binary 10111001 10100111 10000010 0 1010 11110 11011 101000 11100 111110

Color Harmonies of #B9A782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A782

Black with #B9A782

Text Example


Text Example

White with #B9A782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A782; }

 p { color: rgb(185,167,130); }

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

background-color css

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

 a { background-color: rgb(185,167,130); }

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

border-color css

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

 span { border-color: rgb(185,167,130); }

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