Html Css Color HEX #B4A28C Pavlova

📋 copy color: '#B4A28C'

red 180 ◦ green 162 ◦ blue 140

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

Shades of Pavlova #B4A28C

Tints of Pavlova #B4A28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 37.34%
G = 33.61%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4A28C (or 0xB4A28C) is known color: Pavlova. HEX triplet: B4, A2 and 8C. RGB value is (180,162,140). Sum of RGB (Red+Green+Blue) = 180+162+140=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A28C is #4B5D73. Grayscale: #A4A4A4. Windows color (decimal): -4939124 or 9216692. OLE color: 9216692.

HSL color Cylindrical-coordinate representation of color #B4A28C: hue angle of 33º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A28C is Cyan = 0, Magento = 0.1, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 162 140 -
CMYK 0 0.1 0.22 0.29
HSL 33º 0.21% 0.63% -
HSV(B) 33º 0.22% 0.71% -
XYZ 36.48 37.44 30.11 -
YUV 164.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 180 162 140 0 0.1 0.22 0.29 33 0.21 0.63
Hex B4 A2 8C 0 A 16 1D 21 15 3F
Octal 264 242 214 0 12 26 35 41 25 77
Binary 10110100 10100010 10001100 0 1010 10110 11101 100001 10101 111111

Color Harmonies of #B4A28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A28C

Black with #B4A28C

Text Example


Text Example

White with #B4A28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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