Html Css Color HEX #B0A28C Pavlova

📋 copy color: '#B0A28C'

red 176 ◦ green 162 ◦ blue 140

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

Shades of Pavlova #B0A28C

Tints of Pavlova #B0A28C

RGB

 RED value IS 176 (69.14% from 255) = 36.82%

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

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

R = 36.82%
G = 33.89%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0A28C (or 0xB0A28C) is known color: Pavlova. HEX triplet: B0, A2 and 8C. RGB value is (176,162,140). Sum of RGB (Red+Green+Blue) = 176+162+140=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A28C is #4F5D73. Grayscale: #A3A3A3. Windows color (decimal): -5201268 or 9216688. OLE color: 9216688.

HSL color Cylindrical-coordinate representation of color #B0A28C: hue angle of 36.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A28C is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 140 -
CMYK 0 0.08 0.20 0.31
HSL 36.67º 0.19% 0.62% -
HSV(B) 36.67º 0.2% 0.69% -
XYZ 35.56 36.96 30.07 -
YUV 163.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 176 162 140 0 0.08 0.20 0.31 36.67 0.19 0.62
Hex B0 A2 8C 0 8 14 1F 25 13 3E
Octal 260 242 214 0 10 24 37 45 23 76
Binary 10110000 10100010 10001100 0 1000 10100 11111 100101 10011 111110

Color Harmonies of #B0A28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A28C

Black with #B0A28C

Text Example


Text Example

White with #B0A28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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