Html Css Color HEX #B6A37E Pavlova

📋 copy color: '#B6A37E'

red 182 ◦ green 163 ◦ blue 126

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

Shades of Pavlova #B6A37E

Tints of Pavlova #B6A37E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

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

R = 38.64%
G = 34.61%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6A37E (or 0xB6A37E) is known color: Pavlova. HEX triplet: B6, A3 and 7E. RGB value is (182,163,126). Sum of RGB (Red+Green+Blue) = 182+163+126=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A37E is #495C81. Grayscale: #A4A4A4. Windows color (decimal): -4807810 or 8299446. OLE color: 8299446.

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

Color convert

RGB 182 163 126 -
CMYK 0 0.10 0.31 0.29
HSL 39.64º 0.28% 0.6% -
HSV(B) 39.64º 0.31% 0.71% -
XYZ 36.15 37.65 25.1 -
YUV 164.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 182 163 126 0 0.10 0.31 0.29 39.64 0.28 0.6
Hex B6 A3 7E 0 A 1F 1D 28 1C 3C
Octal 266 243 176 0 12 37 35 50 34 74
Binary 10110110 10100011 1111110 0 1010 11111 11101 101000 11100 111100

Color Harmonies of #B6A37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A37E

Black with #B6A37E

Text Example


Text Example

White with #B6A37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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