Html Css Color HEX #B6A67E Pavlova

📋 copy color: '#B6A67E'

red 182 ◦ green 166 ◦ blue 126

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

Shades of Pavlova #B6A67E

Tints of Pavlova #B6A67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 38.4%
G = 35.02%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6A67E (or 0xB6A67E) is known color: Pavlova. HEX triplet: B6, A6 and 7E. RGB value is (182,166,126). Sum of RGB (Red+Green+Blue) = 182+166+126=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A67E is #495981. Grayscale: #A6A6A6. Windows color (decimal): -4807042 or 8300214. OLE color: 8300214.

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

Color convert

RGB 182 166 126 -
CMYK 0 0.09 0.31 0.29
HSL 42.86º 0.28% 0.6% -
HSV(B) 42.86º 0.31% 0.71% -
XYZ 36.69 38.72 25.28 -
YUV 166.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 182 166 126 0 0.09 0.31 0.29 42.86 0.28 0.6
Hex B6 A6 7E 0 9 1F 1D 2B 1C 3C
Octal 266 246 176 0 11 37 35 53 34 74
Binary 10110110 10100110 1111110 0 1001 11111 11101 101011 11100 111100

Color Harmonies of #B6A67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A67E

Black with #B6A67E

Text Example


Text Example

White with #B6A67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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