Html Css Color HEX #B6A68E Pavlova

📋 copy color: '#B6A68E'

red 182 ◦ green 166 ◦ blue 142

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

Shades of Pavlova #B6A68E

Tints of Pavlova #B6A68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.98%

R = 37.14%
G = 33.88%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6A68E (or 0xB6A68E) is known color: Pavlova. HEX triplet: B6, A6 and 8E. RGB value is (182,166,142). Sum of RGB (Red+Green+Blue) = 182+166+142=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A68E is #495971. Grayscale: #A8A8A8. Windows color (decimal): -4807026 or 9348790. OLE color: 9348790.

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

Color convert

RGB 182 166 142 -
CMYK 0 0.09 0.22 0.29
HSL 36º 0.22% 0.64% -
HSV(B) 36º 0.22% 0.71% -
XYZ 37.81 39.17 31.16 -
YUV 168.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 182 166 142 0 0.09 0.22 0.29 36 0.22 0.64
Hex B6 A6 8E 0 9 16 1D 24 16 40
Octal 266 246 216 0 11 26 35 44 26 100
Binary 10110110 10100110 10001110 0 1001 10110 11101 100100 10110 1000000

Color Harmonies of #B6A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A68E

Black with #B6A68E

Text Example


Text Example

White with #B6A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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