Html Css Color HEX #B6A57C Pavlova

📋 copy color: '#B6A57C'

red 182 ◦ green 165 ◦ blue 124

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

Shades of Pavlova #B6A57C

Tints of Pavlova #B6A57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 38.64%
G = 35.03%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6A57C (or 0xB6A57C) is known color: Pavlova. HEX triplet: B6, A5 and 7C. RGB value is (182,165,124). Sum of RGB (Red+Green+Blue) = 182+165+124=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A57C is #495A83. Grayscale: #A5A5A5. Windows color (decimal): -4807300 or 8168886. OLE color: 8168886.

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

Color convert

RGB 182 165 124 -
CMYK 0 0.09 0.32 0.29
HSL 42.41º 0.28% 0.6% -
HSV(B) 42.41º 0.32% 0.71% -
XYZ 36.38 38.31 24.55 -
YUV 165.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 182 165 124 0 0.09 0.32 0.29 42.41 0.28 0.6
Hex B6 A5 7C 0 9 20 1D 2A 1C 3C
Octal 266 245 174 0 11 40 35 52 34 74
Binary 10110110 10100101 1111100 0 1001 100000 11101 101010 11100 111100

Color Harmonies of #B6A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A57C

Black with #B6A57C

Text Example


Text Example

White with #B6A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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