Html Css Color HEX #B6A477 Pavlova

📋 copy color: '#B6A477'

red 182 ◦ green 164 ◦ blue 119

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

Shades of Pavlova #B6A477

Tints of Pavlova #B6A477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 39.14%
G = 35.27%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B6A477 (or 0xB6A477) is known color: Pavlova. HEX triplet: B6, A4 and 77. RGB value is (182,164,119). Sum of RGB (Red+Green+Blue) = 182+164+119=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A477 is #495B88. Grayscale: #A4A4A4. Windows color (decimal): -4807561 or 7840950. OLE color: 7840950.

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

Color convert

RGB 182 164 119 -
CMYK 0 0.10 0.35 0.29
HSL 42.86º 0.3% 0.59% -
HSV(B) 42.86º 0.35% 0.71% -
XYZ 35.9 37.83 22.86 -
YUV 164.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 182 164 119 0 0.10 0.35 0.29 42.86 0.3 0.59
Hex B6 A4 77 0 A 23 1D 2B 1E 3B
Octal 266 244 167 0 12 43 35 53 36 73
Binary 10110110 10100100 1110111 0 1010 100011 11101 101011 11110 111011

Color Harmonies of #B6A477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A477

Black with #B6A477

Text Example


Text Example

White with #B6A477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A477; }

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

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

background-color css

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

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

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

border-color css

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

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

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