Html Css Color HEX #B4A17C Pavlova

📋 copy color: '#B4A17C'

red 180 ◦ green 161 ◦ blue 124

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

Shades of Pavlova #B4A17C

Tints of Pavlova #B4A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.62%

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

R = 38.71%
G = 34.62%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4A17C (or 0xB4A17C) is known color: Pavlova. HEX triplet: B4, A1 and 7C. RGB value is (180,161,124). Sum of RGB (Red+Green+Blue) = 180+161+124=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A17C is #4B5E83. Grayscale: #A2A2A2. Windows color (decimal): -4939396 or 8167860. OLE color: 8167860.

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

Color convert

RGB 180 161 124 -
CMYK 0 0.11 0.31 0.29
HSL 39.64º 0.27% 0.6% -
HSV(B) 39.64º 0.31% 0.71% -
XYZ 35.21 36.65 24.29 -
YUV 162.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 180 161 124 0 0.11 0.31 0.29 39.64 0.27 0.6
Hex B4 A1 7C 0 B 1F 1D 28 1B 3C
Octal 264 241 174 0 13 37 35 50 33 74
Binary 10110100 10100001 1111100 0 1011 11111 11101 101000 11011 111100

Color Harmonies of #B4A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A17C

Black with #B4A17C

Text Example


Text Example

White with #B4A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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