Html Css Color HEX #B4A47C Pavlova

📋 copy color: '#B4A47C'

red 180 ◦ green 164 ◦ blue 124

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

Shades of Pavlova #B4A47C

Tints of Pavlova #B4A47C

RGB

 RED value IS 180 (70.7% from 255) = 38.46%

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

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 38.46%
G = 35.04%
B = 26.5%

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

#B4A47C (or 0xB4A47C) is known color: Pavlova. HEX triplet: B4, A4 and 7C. RGB value is (180,164,124). Sum of RGB (Red+Green+Blue) = 180+164+124=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A47C is #4B5B83. Grayscale: #A4A4A4. Windows color (decimal): -4938628 or 8168628. OLE color: 8168628.

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

Color convert

RGB 180 164 124 -
CMYK 0 0.09 0.31 0.29
HSL 42.86º 0.27% 0.6% -
HSV(B) 42.86º 0.31% 0.71% -
XYZ 35.74 37.71 24.46 -
YUV 164.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 180 164 124 0 0.09 0.31 0.29 42.86 0.27 0.6
Hex B4 A4 7C 0 9 1F 1D 2B 1B 3C
Octal 264 244 174 0 11 37 35 53 33 74
Binary 10110100 10100100 1111100 0 1001 11111 11101 101011 11011 111100

Color Harmonies of #B4A47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A47C

Black with #B4A47C

Text Example


Text Example

White with #B4A47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A47C; }

 p { color: rgb(180,164,124); }

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

background-color css

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

 a { background-color: rgb(180,164,124); }

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

border-color css

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

 span { border-color: rgb(180,164,124); }

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