Html Css Color HEX #B0A283 Pavlova

📋 copy color: '#B0A283'

red 176 ◦ green 162 ◦ blue 131

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

Shades of Pavlova #B0A283

Tints of Pavlova #B0A283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 37.53%
G = 34.54%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B0A283 (or 0xB0A283) is known color: Pavlova. HEX triplet: B0, A2 and 83. RGB value is (176,162,131). Sum of RGB (Red+Green+Blue) = 176+162+131=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A283 is #4F5D7C. Grayscale: #A2A2A2. Windows color (decimal): -5201277 or 8626864. OLE color: 8626864.

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

Color convert

RGB 176 162 131 -
CMYK 0 0.08 0.26 0.31
HSL 41.33º 0.22% 0.6% -
HSV(B) 41.33º 0.26% 0.69% -
XYZ 34.92 36.71 26.72 -
YUV 162.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 176 162 131 0 0.08 0.26 0.31 41.33 0.22 0.6
Hex B0 A2 83 0 8 1A 1F 29 16 3C
Octal 260 242 203 0 10 32 37 51 26 74
Binary 10110000 10100010 10000011 0 1000 11010 11111 101001 10110 111100

Color Harmonies of #B0A283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A283

Black with #B0A283

Text Example


Text Example

White with #B0A283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A283; }

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

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

background-color css

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

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

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

border-color css

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

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

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