Html Css Color HEX #B6AA81 Pavlova

📋 copy color: '#B6AA81'

red 182 ◦ green 170 ◦ blue 129

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

Shades of Pavlova #B6AA81

Tints of Pavlova #B6AA81

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

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

R = 37.84%
G = 35.34%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B6AA81 (or 0xB6AA81) is known color: Pavlova. HEX triplet: B6, AA and 81. RGB value is (182,170,129). Sum of RGB (Red+Green+Blue) = 182+170+129=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AA81 is #49557E. Grayscale: #A9A9A9. Windows color (decimal): -4806015 or 8497846. OLE color: 8497846.

HSL color Cylindrical-coordinate representation of color #B6AA81: hue angle of 46.42º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6AA81 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 170 129 -
CMYK 0 0.07 0.29 0.29
HSL 46.42º 0.27% 0.61% -
HSV(B) 46.42º 0.29% 0.71% -
XYZ 37.63 40.28 26.56 -
YUV 168.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 182 170 129 0 0.07 0.29 0.29 46.42 0.27 0.61
Hex B6 AA 81 0 7 1D 1D 2E 1B 3D
Octal 266 252 201 0 7 35 35 56 33 75
Binary 10110110 10101010 10000001 0 111 11101 11101 101110 11011 111101

Color Harmonies of #B6AA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AA81

Black with #B6AA81

Text Example


Text Example

White with #B6AA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AA81; }

 p { color: rgb(182,170,129); }

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

background-color css

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

 a { background-color: rgb(182,170,129); }

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

border-color css

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

 span { border-color: rgb(182,170,129); }

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