Html Css Color HEX #B0A286 Pavlova

📋 copy color: '#B0A286'

red 176 ◦ green 162 ◦ blue 134

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

Shades of Pavlova #B0A286

Tints of Pavlova #B0A286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.39%

R = 37.29%
G = 34.32%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B0A286 (or 0xB0A286) is known color: Pavlova. HEX triplet: B0, A2 and 86. RGB value is (176,162,134). Sum of RGB (Red+Green+Blue) = 176+162+134=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A286 is #4F5D79. Grayscale: #A3A3A3. Windows color (decimal): -5201274 or 8823472. OLE color: 8823472.

HSL color Cylindrical-coordinate representation of color #B0A286: hue angle of 40º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0A286 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 134 -
CMYK 0 0.08 0.24 0.31
HSL 40º 0.21% 0.61% -
HSV(B) 40º 0.24% 0.69% -
XYZ 35.13 36.79 27.8 -
YUV 162.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 176 162 134 0 0.08 0.24 0.31 40 0.21 0.61
Hex B0 A2 86 0 8 18 1F 28 15 3D
Octal 260 242 206 0 10 30 37 50 25 75
Binary 10110000 10100010 10000110 0 1000 11000 11111 101000 10101 111101

Color Harmonies of #B0A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A286

Black with #B0A286

Text Example


Text Example

White with #B0A286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A286; }

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

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

background-color css

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

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

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

border-color css

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

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

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