Html Css Color HEX #B6A88A Pavlova

📋 copy color: '#B6A88A'

red 182 ◦ green 168 ◦ blue 138

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

Shades of Pavlova #B6A88A

Tints of Pavlova #B6A88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 37.3%
G = 34.43%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6A88A (or 0xB6A88A) is known color: Pavlova. HEX triplet: B6, A8 and 8A. RGB value is (182,168,138). Sum of RGB (Red+Green+Blue) = 182+168+138=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A88A is #495775. Grayscale: #A8A8A8. Windows color (decimal): -4806518 or 9087158. OLE color: 9087158.

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

Color convert

RGB 182 168 138 -
CMYK 0 0.08 0.24 0.29
HSL 40.91º 0.23% 0.63% -
HSV(B) 40.91º 0.24% 0.71% -
XYZ 37.88 39.79 29.73 -
YUV 168.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 182 168 138 0 0.08 0.24 0.29 40.91 0.23 0.63
Hex B6 A8 8A 0 8 18 1D 29 17 3F
Octal 266 250 212 0 10 30 35 51 27 77
Binary 10110110 10101000 10001010 0 1000 11000 11101 101001 10111 111111

Color Harmonies of #B6A88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A88A

Black with #B6A88A

Text Example


Text Example

White with #B6A88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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