Html Css Color HEX #B5A582 Pavlova

📋 copy color: '#B5A582'

red 181 ◦ green 165 ◦ blue 130

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

Shades of Pavlova #B5A582

Tints of Pavlova #B5A582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.31%

R = 38.03%
G = 34.66%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B5A582 (or 0xB5A582) is known color: Pavlova. HEX triplet: B5, A5 and 82. RGB value is (181,165,130). Sum of RGB (Red+Green+Blue) = 181+165+130=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A582 is #4A5A7D. Grayscale: #A5A5A5. Windows color (decimal): -4872830 or 8562101. OLE color: 8562101.

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

Color convert

RGB 181 165 130 -
CMYK 0 0.09 0.28 0.29
HSL 41.18º 0.26% 0.61% -
HSV(B) 41.18º 0.28% 0.71% -
XYZ 36.54 38.35 26.59 -
YUV 165.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 181 165 130 0 0.09 0.28 0.29 41.18 0.26 0.61
Hex B5 A5 82 0 9 1C 1D 29 1A 3D
Octal 265 245 202 0 11 34 35 51 32 75
Binary 10110101 10100101 10000010 0 1001 11100 11101 101001 11010 111101

Color Harmonies of #B5A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A582

Black with #B5A582

Text Example


Text Example

White with #B5A582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A582; }

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

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

background-color css

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

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

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

border-color css

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

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

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