Html Css Color HEX #B6A489 Pavlova

📋 copy color: '#B6A489'

red 182 ◦ green 164 ◦ blue 137

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

Shades of Pavlova #B6A489

Tints of Pavlova #B6A489

RGB

 RED value IS 182 (71.48% from 255) = 37.68%

 GREEN value IS 164 (64.45% from 255) = 33.95%

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 37.68%
G = 33.95%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B6A489 (or 0xB6A489) is known color: Pavlova. HEX triplet: B6, A4 and 89. RGB value is (182,164,137). Sum of RGB (Red+Green+Blue) = 182+164+137=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A489 is #495B76. Grayscale: #A6A6A6. Windows color (decimal): -4807543 or 9020598. OLE color: 9020598.

HSL color Cylindrical-coordinate representation of color #B6A489: hue angle of 36º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6A489 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 164 137 -
CMYK 0 0.10 0.25 0.29
HSL 36º 0.24% 0.63% -
HSV(B) 36º 0.25% 0.71% -
XYZ 37.08 38.3 29.11 -
YUV 166.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 182 164 137 0 0.10 0.25 0.29 36 0.24 0.63
Hex B6 A4 89 0 A 19 1D 24 18 3F
Octal 266 244 211 0 12 31 35 44 30 77
Binary 10110110 10100100 10001001 0 1010 11001 11101 100100 11000 111111

Color Harmonies of #B6A489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A489

Black with #B6A489

Text Example


Text Example

White with #B6A489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A489; }

 p { color: rgb(182,164,137); }

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

background-color css

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

 a { background-color: rgb(182,164,137); }

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

border-color css

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

 span { border-color: rgb(182,164,137); }

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