Html Css Color HEX #B5A47D Pavlova

📋 copy color: '#B5A47D'

red 181 ◦ green 164 ◦ blue 125

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

Shades of Pavlova #B5A47D

Tints of Pavlova #B5A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.89%

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

R = 38.51%
G = 34.89%
B = 26.6%

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

#B5A47D (or 0xB5A47D) is known color: Pavlova. HEX triplet: B5, A4 and 7D. RGB value is (181,164,125). Sum of RGB (Red+Green+Blue) = 181+164+125=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A47D is #4A5B82. Grayscale: #A4A4A4. Windows color (decimal): -4873091 or 8234165. OLE color: 8234165.

HSL color Cylindrical-coordinate representation of color #B5A47D: hue angle of 41.79º degrees, saturation: 0.27, 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 #B5A47D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 164 125 -
CMYK 0 0.09 0.31 0.29
HSL 41.79º 0.27% 0.6% -
HSV(B) 41.79º 0.31% 0.71% -
XYZ 36.03 37.86 24.81 -
YUV 164.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 181 164 125 0 0.09 0.31 0.29 41.79 0.27 0.6
Hex B5 A4 7D 0 9 1F 1D 2A 1B 3C
Octal 265 244 175 0 11 37 35 52 33 74
Binary 10110101 10100100 1111101 0 1001 11111 11101 101010 11011 111100

Color Harmonies of #B5A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A47D

Black with #B5A47D

Text Example


Text Example

White with #B5A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A47D; }

 p { color: rgb(181,164,125); }

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

background-color css

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

 a { background-color: rgb(181,164,125); }

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

border-color css

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

 span { border-color: rgb(181,164,125); }

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