Html Css Color HEX #B6A883 Pavlova

📋 copy color: '#B6A883'

red 182 ◦ green 168 ◦ blue 131

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

Shades of Pavlova #B6A883

Tints of Pavlova #B6A883

RGB

 RED value IS 182 (71.48% from 255) = 37.84%

 GREEN value IS 168 (66.02% from 255) = 34.93%

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

R = 37.84%
G = 34.93%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B6A883 (or 0xB6A883) is known color: Pavlova. HEX triplet: B6, A8 and 83. RGB value is (182,168,131). Sum of RGB (Red+Green+Blue) = 182+168+131=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A883 is #49577C. Grayscale: #A8A8A8. Windows color (decimal): -4806525 or 8628406. OLE color: 8628406.

HSL color Cylindrical-coordinate representation of color #B6A883: hue angle of 43.53º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6A883 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 168 131 -
CMYK 0 0.08 0.28 0.29
HSL 43.53º 0.26% 0.61% -
HSV(B) 43.53º 0.28% 0.71% -
XYZ 37.39 39.59 27.14 -
YUV 167.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 182 168 131 0 0.08 0.28 0.29 43.53 0.26 0.61
Hex B6 A8 83 0 8 1C 1D 2C 1A 3D
Octal 266 250 203 0 10 34 35 54 32 75
Binary 10110110 10101000 10000011 0 1000 11100 11101 101100 11010 111101

Color Harmonies of #B6A883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A883

Black with #B6A883

Text Example


Text Example

White with #B6A883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A883; }

 p { color: rgb(182,168,131); }

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

background-color css

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

 a { background-color: rgb(182,168,131); }

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

border-color css

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

 span { border-color: rgb(182,168,131); }

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