Html Css Color HEX #B5A57A Pavlova

📋 copy color: '#B5A57A'

red 181 ◦ green 165 ◦ blue 122

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

Shades of Pavlova #B5A57A

Tints of Pavlova #B5A57A

RGB

 RED value IS 181 (71.09% from 255) = 38.68%

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

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

R = 38.68%
G = 35.26%
B = 26.07%

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

#B5A57A (or 0xB5A57A) is known color: Pavlova. HEX triplet: B5, A5 and 7A. RGB value is (181,165,122). Sum of RGB (Red+Green+Blue) = 181+165+122=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A57A is #4A5A85. Grayscale: #A5A5A5. Windows color (decimal): -4872838 or 8037813. OLE color: 8037813.

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

Color convert

RGB 181 165 122 -
CMYK 0 0.09 0.33 0.29
HSL 43.73º 0.29% 0.59% -
HSV(B) 43.73º 0.33% 0.71% -
XYZ 36.02 38.14 23.88 -
YUV 164.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 181 165 122 0 0.09 0.33 0.29 43.73 0.29 0.59
Hex B5 A5 7A 0 9 21 1D 2C 1D 3B
Octal 265 245 172 0 11 41 35 54 35 73
Binary 10110101 10100101 1111010 0 1001 100001 11101 101100 11101 111011

Color Harmonies of #B5A57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A57A

Black with #B5A57A

Text Example


Text Example

White with #B5A57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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