Html Css Color HEX #B6A68D Pavlova

📋 copy color: '#B6A68D'

red 182 ◦ green 166 ◦ blue 141

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

Shades of Pavlova #B6A68D

Tints of Pavlova #B6A68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

 BLUE value IS 141 (55.47% from 255) = 28.83%

R = 37.22%
G = 33.95%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6A68D (or 0xB6A68D) is known color: Pavlova. HEX triplet: B6, A6 and 8D. RGB value is (182,166,141). Sum of RGB (Red+Green+Blue) = 182+166+141=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A68D is #495972. Grayscale: #A8A8A8. Windows color (decimal): -4807027 or 9283254. OLE color: 9283254.

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

Color convert

RGB 182 166 141 -
CMYK 0 0.09 0.23 0.29
HSL 36.59º 0.22% 0.63% -
HSV(B) 36.59º 0.23% 0.71% -
XYZ 37.74 39.14 30.77 -
YUV 167.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 182 166 141 0 0.09 0.23 0.29 36.59 0.22 0.63
Hex B6 A6 8D 0 9 17 1D 25 16 3F
Octal 266 246 215 0 11 27 35 45 26 77
Binary 10110110 10100110 10001101 0 1001 10111 11101 100101 10110 111111

Color Harmonies of #B6A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A68D

Black with #B6A68D

Text Example


Text Example

White with #B6A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A68D; }

 p { color: rgb(182,166,141); }

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

background-color css

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

 a { background-color: rgb(182,166,141); }

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

border-color css

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

 span { border-color: rgb(182,166,141); }

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