Html Css Color HEX #B6A57D Pavlova

📋 copy color: '#B6A57D'

red 182 ◦ green 165 ◦ blue 125

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

Shades of Pavlova #B6A57D

Tints of Pavlova #B6A57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 38.56%
G = 34.96%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6A57D (or 0xB6A57D) is known color: Pavlova. HEX triplet: B6, A5 and 7D. RGB value is (182,165,125). Sum of RGB (Red+Green+Blue) = 182+165+125=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A57D is #495A82. Grayscale: #A5A5A5. Windows color (decimal): -4807299 or 8234422. OLE color: 8234422.

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

Color convert

RGB 182 165 125 -
CMYK 0 0.09 0.31 0.29
HSL 42.11º 0.28% 0.6% -
HSV(B) 42.11º 0.31% 0.71% -
XYZ 36.45 38.34 24.88 -
YUV 165.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 182 165 125 0 0.09 0.31 0.29 42.11 0.28 0.6
Hex B6 A5 7D 0 9 1F 1D 2A 1C 3C
Octal 266 245 175 0 11 37 35 52 34 74
Binary 10110110 10100101 1111101 0 1001 11111 11101 101010 11100 111100

Color Harmonies of #B6A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A57D

Black with #B6A57D

Text Example


Text Example

White with #B6A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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