Html Css Color HEX #B6A57A Pavlova

📋 copy color: '#B6A57A'

red 182 ◦ green 165 ◦ blue 122

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

Shades of Pavlova #B6A57A

Tints of Pavlova #B6A57A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.18%

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 38.81%
G = 35.18%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6A57A (or 0xB6A57A) is known color: Pavlova. HEX triplet: B6, A5 and 7A. RGB value is (182,165,122). Sum of RGB (Red+Green+Blue) = 182+165+122=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A57A is #495A85. Grayscale: #A5A5A5. Windows color (decimal): -4807302 or 8037814. OLE color: 8037814.

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

Color convert

RGB 182 165 122 -
CMYK 0 0.09 0.33 0.29
HSL 43º 0.29% 0.6% -
HSV(B) 43º 0.33% 0.71% -
XYZ 36.26 38.26 23.89 -
YUV 165.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 182 165 122 0 0.09 0.33 0.29 43 0.29 0.6
Hex B6 A5 7A 0 9 21 1D 2B 1D 3C
Octal 266 245 172 0 11 41 35 53 35 74
Binary 10110110 10100101 1111010 0 1001 100001 11101 101011 11101 111100

Color Harmonies of #B6A57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A57A

Black with #B6A57A

Text Example


Text Example

White with #B6A57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A57A; }

 p { color: rgb(182,165,122); }

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

background-color css

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

 a { background-color: rgb(182,165,122); }

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

border-color css

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

 span { border-color: rgb(182,165,122); }

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