Html Css Color HEX #B6A888 Pavlova

📋 copy color: '#B6A888'

red 182 ◦ green 168 ◦ blue 136

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

Shades of Pavlova #B6A888

Tints of Pavlova #B6A888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.98%

R = 37.45%
G = 34.57%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B6A888 (or 0xB6A888) is known color: Pavlova. HEX triplet: B6, A8 and 88. RGB value is (182,168,136). Sum of RGB (Red+Green+Blue) = 182+168+136=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A888 is #495777. Grayscale: #A8A8A8. Windows color (decimal): -4806520 or 8956086. OLE color: 8956086.

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

Color convert

RGB 182 168 136 -
CMYK 0 0.08 0.25 0.29
HSL 41.74º 0.24% 0.62% -
HSV(B) 41.74º 0.25% 0.71% -
XYZ 37.74 39.73 28.97 -
YUV 168.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 182 168 136 0 0.08 0.25 0.29 41.74 0.24 0.62
Hex B6 A8 88 0 8 19 1D 2A 18 3E
Octal 266 250 210 0 10 31 35 52 30 76
Binary 10110110 10101000 10001000 0 1000 11001 11101 101010 11000 111110

Color Harmonies of #B6A888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A888

Black with #B6A888

Text Example


Text Example

White with #B6A888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A888; }

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

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

background-color css

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

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

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

border-color css

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

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

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