Html Css Color HEX #B6A288 Pavlova

📋 copy color: '#B6A288'

red 182 ◦ green 162 ◦ blue 136

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

Shades of Pavlova #B6A288

Tints of Pavlova #B6A288

RGB

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

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

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

R = 37.92%
G = 33.75%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B6A288 (or 0xB6A288) is known color: Pavlova. HEX triplet: B6, A2 and 88. RGB value is (182,162,136). Sum of RGB (Red+Green+Blue) = 182+162+136=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A288 is #495D77. Grayscale: #A5A5A5. Windows color (decimal): -4808056 or 8954550. OLE color: 8954550.

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

Color convert

RGB 182 162 136 -
CMYK 0 0.11 0.25 0.29
HSL 33.91º 0.24% 0.62% -
HSV(B) 33.91º 0.25% 0.71% -
XYZ 36.66 37.56 28.61 -
YUV 165.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 182 162 136 0 0.11 0.25 0.29 33.91 0.24 0.62
Hex B6 A2 88 0 B 19 1D 22 18 3E
Octal 266 242 210 0 13 31 35 42 30 76
Binary 10110110 10100010 10001000 0 1011 11001 11101 100010 11000 111110

Color Harmonies of #B6A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A288

Black with #B6A288

Text Example


Text Example

White with #B6A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A288; }

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

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

background-color css

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

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

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

border-color css

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

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

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