Html Css Color HEX #B7A57F Pavlova

📋 copy color: '#B7A57F'

red 183 ◦ green 165 ◦ blue 127

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

Shades of Pavlova #B7A57F

Tints of Pavlova #B7A57F

RGB

 RED value IS 183 (71.88% from 255) = 38.53%

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

 BLUE value IS 127 (50% from 255) = 26.74%

R = 38.53%
G = 34.74%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7A57F (or 0xB7A57F) is known color: Pavlova. HEX triplet: B7, A5 and 7F. RGB value is (183,165,127). Sum of RGB (Red+Green+Blue) = 183+165+127=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A57F is #485A80. Grayscale: #A6A6A6. Windows color (decimal): -4741761 or 8365495. OLE color: 8365495.

HSL color Cylindrical-coordinate representation of color #B7A57F: hue angle of 40.71º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7A57F is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 165 127 -
CMYK 0 0.10 0.31 0.28
HSL 40.71º 0.28% 0.61% -
HSV(B) 40.71º 0.31% 0.72% -
XYZ 36.81 38.51 25.57 -
YUV 166.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 183 165 127 0 0.10 0.31 0.28 40.71 0.28 0.61
Hex B7 A5 7F 0 A 1F 1C 29 1C 3D
Octal 267 245 177 0 12 37 34 51 34 75
Binary 10110111 10100101 1111111 0 1010 11111 11100 101001 11100 111101

Color Harmonies of #B7A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A57F

Black with #B7A57F

Text Example


Text Example

White with #B7A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A57F; }

 p { color: rgb(183,165,127); }

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

background-color css

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

 a { background-color: rgb(183,165,127); }

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

border-color css

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

 span { border-color: rgb(183,165,127); }

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