Html Css Color HEX #B4A288 Pavlova

📋 copy color: '#B4A288'

red 180 ◦ green 162 ◦ blue 136

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

Shades of Pavlova #B4A288

Tints of Pavlova #B4A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.89%

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

R = 37.66%
G = 33.89%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B4A288 (or 0xB4A288) is known color: Pavlova. HEX triplet: B4, A2 and 88. RGB value is (180,162,136). Sum of RGB (Red+Green+Blue) = 180+162+136=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A288 is #4B5D77. Grayscale: #A4A4A4. Windows color (decimal): -4939128 or 8954548. OLE color: 8954548.

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

Color convert

RGB 180 162 136 -
CMYK 0 0.1 0.24 0.29
HSL 35.45º 0.23% 0.62% -
HSV(B) 35.45º 0.24% 0.71% -
XYZ 36.19 37.32 28.59 -
YUV 164.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 180 162 136 0 0.1 0.24 0.29 35.45 0.23 0.62
Hex B4 A2 88 0 A 18 1D 23 17 3E
Octal 264 242 210 0 12 30 35 43 27 76
Binary 10110100 10100010 10001000 0 1010 11000 11101 100011 10111 111110

Color Harmonies of #B4A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A288

Black with #B4A288

Text Example


Text Example

White with #B4A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A288; }

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

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

background-color css

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

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

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

border-color css

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

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

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