Html Css Color HEX #B4A488 Pavlova

📋 copy color: '#B4A488'

red 180 ◦ green 164 ◦ blue 136

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

Shades of Pavlova #B4A488

Tints of Pavlova #B4A488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 37.5%
G = 34.17%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B4A488 (or 0xB4A488) is known color: Pavlova. HEX triplet: B4, A4 and 88. RGB value is (180,164,136). Sum of RGB (Red+Green+Blue) = 180+164+136=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A488 is #4B5B77. Grayscale: #A5A5A5. Windows color (decimal): -4938616 or 8955060. OLE color: 8955060.

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

Color convert

RGB 180 164 136 -
CMYK 0 0.09 0.24 0.29
HSL 38.18º 0.23% 0.62% -
HSV(B) 38.18º 0.24% 0.71% -
XYZ 36.54 38.03 28.71 -
YUV 165.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 180 164 136 0 0.09 0.24 0.29 38.18 0.23 0.62
Hex B4 A4 88 0 9 18 1D 26 17 3E
Octal 264 244 210 0 11 30 35 46 27 76
Binary 10110100 10100100 10001000 0 1001 11000 11101 100110 10111 111110

Color Harmonies of #B4A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A488

Black with #B4A488

Text Example


Text Example

White with #B4A488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A488; }

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

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

background-color css

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

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

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

border-color css

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

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

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