Html Css Color HEX #B0A384 Pavlova

📋 copy color: '#B0A384'

red 176 ◦ green 163 ◦ blue 132

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

Shades of Pavlova #B0A384

Tints of Pavlova #B0A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

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

R = 37.37%
G = 34.61%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B0A384 (or 0xB0A384) is known color: Pavlova. HEX triplet: B0, A3 and 84. RGB value is (176,163,132). Sum of RGB (Red+Green+Blue) = 176+163+132=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A384 is #4F5C7B. Grayscale: #A3A3A3. Windows color (decimal): -5201020 or 8692656. OLE color: 8692656.

HSL color Cylindrical-coordinate representation of color #B0A384: hue angle of 42.27º 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 #B0A384 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 163 132 -
CMYK 0 0.07 0.25 0.31
HSL 42.27º 0.22% 0.6% -
HSV(B) 42.27º 0.25% 0.69% -
XYZ 35.17 37.09 27.14 -
YUV 163.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 176 163 132 0 0.07 0.25 0.31 42.27 0.22 0.6
Hex B0 A3 84 0 7 19 1F 2A 16 3C
Octal 260 243 204 0 7 31 37 52 26 74
Binary 10110000 10100011 10000100 0 111 11001 11111 101010 10110 111100

Color Harmonies of #B0A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A384

Black with #B0A384

Text Example


Text Example

White with #B0A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A384; }

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

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

background-color css

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

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

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

border-color css

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

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

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