Html Css Color HEX #B0A284 Pavlova

📋 copy color: '#B0A284'

red 176 ◦ green 162 ◦ blue 132

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

Shades of Pavlova #B0A284

Tints of Pavlova #B0A284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.09%

R = 37.45%
G = 34.47%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B0A284 (or 0xB0A284) is known color: Pavlova. HEX triplet: B0, A2 and 84. RGB value is (176,162,132). Sum of RGB (Red+Green+Blue) = 176+162+132=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A284 is #4F5D7B. Grayscale: #A2A2A2. Windows color (decimal): -5201276 or 8692400. OLE color: 8692400.

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

Color convert

RGB 176 162 132 -
CMYK 0 0.08 0.25 0.31
HSL 40.91º 0.22% 0.6% -
HSV(B) 40.91º 0.25% 0.69% -
XYZ 34.99 36.74 27.08 -
YUV 162.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 176 162 132 0 0.08 0.25 0.31 40.91 0.22 0.6
Hex B0 A2 84 0 8 19 1F 29 16 3C
Octal 260 242 204 0 10 31 37 51 26 74
Binary 10110000 10100010 10000100 0 1000 11001 11111 101001 10110 111100

Color Harmonies of #B0A284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A284

Black with #B0A284

Text Example


Text Example

White with #B0A284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A284; }

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

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

background-color css

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

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

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

border-color css

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

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

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