Html Css Color HEX #B6A188 Pavlova

📋 copy color: '#B6A188'

red 182 ◦ green 161 ◦ blue 136

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

Shades of Pavlova #B6A188

Tints of Pavlova #B6A188

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

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

R = 38%
G = 33.61%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B6A188 (or 0xB6A188) is known color: Pavlova. HEX triplet: B6, A1 and 88. RGB value is (182,161,136). Sum of RGB (Red+Green+Blue) = 182+161+136=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A188 is #495E77. Grayscale: #A4A4A4. Windows color (decimal): -4808312 or 8954294. OLE color: 8954294.

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

Color convert

RGB 182 161 136 -
CMYK 0 0.12 0.25 0.29
HSL 32.61º 0.24% 0.62% -
HSV(B) 32.61º 0.25% 0.71% -
XYZ 36.48 37.21 28.55 -
YUV 164.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 182 161 136 0 0.12 0.25 0.29 32.61 0.24 0.62
Hex B6 A1 88 0 C 19 1D 21 18 3E
Octal 266 241 210 0 14 31 35 41 30 76
Binary 10110110 10100001 10001000 0 1100 11001 11101 100001 11000 111110

Color Harmonies of #B6A188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A188

Black with #B6A188

Text Example


Text Example

White with #B6A188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A188; }

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

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

background-color css

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

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

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

border-color css

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

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

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